Html Css Color HEX #5484BF Havelock Blue

📋 copy color: '#5484BF'

red 84 ◦ green 132 ◦ blue 191

#5484BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5484BF

Tints of Havelock Blue #5484BF

RGB

 RED value IS 84 (33.2% from 255) = 20.64%

 GREEN value IS 132 (51.95% from 255) = 32.43%

 BLUE value IS 191 (75% from 255) = 46.93%

R = 20.64%
G = 32.43%
B = 46.93%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5484BF (or 0x5484BF) is known color: Havelock Blue. HEX triplet: 54, 84 and BF. RGB value is (84,132,191). Sum of RGB (Red+Green+Blue) = 84+132+191=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #5484BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5484BF is #AB7B40. Grayscale: #7C7C7C. Windows color (decimal): -11238209 or 12551252. OLE color: 12551252.

HSL color Cylindrical-coordinate representation of color #5484BF: hue angle of 213.08º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5484BF is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 132 191 -
CMYK 0.56 0.31 0 0.25
HSL 213.08º 0.46% 0.54% -
HSV(B) 213.08º 0.56% 0.75% -
XYZ 21.31 22.15 52.44 -
YUV 124.37 165.6 99.2 -
System Red Green Blue C M Y K H S L
Decimal 84 132 191 0.56 0.31 0 0.25 213.08 0.46 0.54
Hex 54 84 BF 38 1F 0 19 D5 2E 36
Octal 124 204 277 70 37 0 31 325 56 66
Binary 1010100 10000100 10111111 111000 11111 0 11001 11010101 101110 110110

Color Harmonies of #5484BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5484BF

Black with #5484BF

Text Example


Text Example

White with #5484BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5484BF; }

 p { color: rgb(84,132,191); }

 H1.HeaderClassName
 {
   color: #5484BF;
 }
 .AnyTagClassName
 {
   color: #5484BF;
 }
</style>

background-color css

<style>
 a { background-color: #5484BF; }

 a { background-color: rgb(84,132,191); }

 div.DivClassName
 {
   background-color: #5484BF;
 }
 .BgClassName
 {
   background-color: #5484BF;
 }
</style>

border-color css

<style>
 span { border-color: #5484BF; }

 span { border-color: rgb(84,132,191); }

 td.TdClassName
 {
   border-color: #5484BF;
 }
 .TagClassName
 {
   border-color: #5484BF;
 }
</style>