Html Css Color HEX #557FB6 Havelock Blue

📋 copy color: '#557FB6'

red 85 ◦ green 127 ◦ blue 182

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

Shades of Havelock Blue #557FB6

Tints of Havelock Blue #557FB6

RGB

 RED value IS 85 (33.59% from 255) = 21.57%

 GREEN value IS 127 (50% from 255) = 32.23%

 BLUE value IS 182 (71.48% from 255) = 46.19%

R = 21.57%
G = 32.23%
B = 46.19%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#557FB6 (or 0x557FB6) is known color: Havelock Blue. HEX triplet: 55, 7F and B6. RGB value is (85,127,182). Sum of RGB (Red+Green+Blue) = 85+127+182=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 182 - color contains mainly: blue. Hex color #557FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FB6 is #AA8049. Grayscale: #787878. Windows color (decimal): -11173962 or 11960149. OLE color: 11960149.

HSL color Cylindrical-coordinate representation of color #557FB6: hue angle of 214.02º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #557FB6 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 127 182 -
CMYK 0.53 0.30 0 0.29
HSL 214.02º 0.4% 0.52% -
HSV(B) 214.02º 0.53% 0.71% -
XYZ 19.78 20.49 47.17 -
YUV 120.71 162.59 102.53 -
System Red Green Blue C M Y K H S L
Decimal 85 127 182 0.53 0.30 0 0.29 214.02 0.4 0.52
Hex 55 7F B6 35 1E 0 1D D6 28 34
Octal 125 177 266 65 36 0 35 326 50 64
Binary 1010101 1111111 10110110 110101 11110 0 11101 11010110 101000 110100

Color Harmonies of #557FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FB6

Black with #557FB6

Text Example


Text Example

White with #557FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557FB6; }

 p { color: rgb(85,127,182); }

 H1.HeaderClassName
 {
   color: #557FB6;
 }
 .AnyTagClassName
 {
   color: #557FB6;
 }
</style>

background-color css

<style>
 a { background-color: #557FB6; }

 a { background-color: rgb(85,127,182); }

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

border-color css

<style>
 span { border-color: #557FB6; }

 span { border-color: rgb(85,127,182); }

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