Html Css Color HEX #557FB5 Havelock Blue

📋 copy color: '#557FB5'

red 85 ◦ green 127 ◦ blue 181

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

Shades of Havelock Blue #557FB5

Tints of Havelock Blue #557FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.06%

R = 21.63%
G = 32.32%
B = 46.06%

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

#557FB5 (or 0x557FB5) is known color: Havelock Blue. HEX triplet: 55, 7F and B5. RGB value is (85,127,181). Sum of RGB (Red+Green+Blue) = 85+127+181=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 181 - color contains mainly: blue. Hex color #557FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FB5 is #AA804A. Grayscale: #787878. Windows color (decimal): -11173963 or 11894613. OLE color: 11894613.

HSL color Cylindrical-coordinate representation of color #557FB5: hue angle of 213.75º degrees, saturation: 0.39, 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 #557FB5 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 127 181 -
CMYK 0.53 0.30 0 0.29
HSL 213.75º 0.39% 0.52% -
HSV(B) 213.75º 0.53% 0.71% -
XYZ 19.68 20.45 46.63 -
YUV 120.6 162.09 102.61 -
System Red Green Blue C M Y K H S L
Decimal 85 127 181 0.53 0.30 0 0.29 213.75 0.39 0.52
Hex 55 7F B5 35 1E 0 1D D6 27 34
Octal 125 177 265 65 36 0 35 326 47 64
Binary 1010101 1111111 10110101 110101 11110 0 11101 11010110 100111 110100

Color Harmonies of #557FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FB5

Black with #557FB5

Text Example


Text Example

White with #557FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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