Html Css Color HEX #5484CB Havelock Blue

📋 copy color: '#5484CB'

red 84 ◦ green 132 ◦ blue 203

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

Shades of Havelock Blue #5484CB

Tints of Havelock Blue #5484CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.45%

R = 20.05%
G = 31.5%
B = 48.45%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5484CB (or 0x5484CB) is known color: Havelock Blue. HEX triplet: 54, 84 and CB. RGB value is (84,132,203). Sum of RGB (Red+Green+Blue) = 84+132+203=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #5484CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5484CB is #AB7B34. Grayscale: #7D7D7D. Windows color (decimal): -11238197 or 13337684. OLE color: 13337684.

HSL color Cylindrical-coordinate representation of color #5484CB: hue angle of 215.8º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5484CB is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 132 203 -
CMYK 0.59 0.35 0 0.20
HSL 215.8º 0.53% 0.56% -
HSV(B) 215.8º 0.59% 0.8% -
XYZ 22.69 22.7 59.69 -
YUV 125.74 171.6 98.23 -
System Red Green Blue C M Y K H S L
Decimal 84 132 203 0.59 0.35 0 0.20 215.8 0.53 0.56
Hex 54 84 CB 3B 23 0 14 D8 35 38
Octal 124 204 313 73 43 0 24 330 65 70
Binary 1010100 10000100 11001011 111011 100011 0 10100 11011000 110101 111000

Color Harmonies of #5484CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5484CB

Black with #5484CB

Text Example


Text Example

White with #5484CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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