Html Css Color HEX #557FD6 Havelock Blue

📋 copy color: '#557FD6'

red 85 ◦ green 127 ◦ blue 214

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

Shades of Havelock Blue #557FD6

Tints of Havelock Blue #557FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.23%

R = 19.95%
G = 29.81%
B = 50.23%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#557FD6 (or 0x557FD6) is known color: Havelock Blue. HEX triplet: 55, 7F and D6. RGB value is (85,127,214). Sum of RGB (Red+Green+Blue) = 85+127+214=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 214 (83.98% from 255 or 50.23% from 426); Max value from RGB is 214 - color contains mainly: blue. Hex color #557FD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FD6 is #AA8029. Grayscale: #7B7B7B. Windows color (decimal): -11173930 or 14057301. OLE color: 14057301.

HSL color Cylindrical-coordinate representation of color #557FD6: hue angle of 220.47º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #557FD6 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 127 214 -
CMYK 0.60 0.41 0 0.16
HSL 220.47º 0.61% 0.59% -
HSV(B) 220.47º 0.6% 0.84% -
XYZ 23.47 21.97 66.62 -
YUV 124.36 178.59 99.93 -
System Red Green Blue C M Y K H S L
Decimal 85 127 214 0.60 0.41 0 0.16 220.47 0.61 0.59
Hex 55 7F D6 3C 29 0 10 DC 3D 3B
Octal 125 177 326 74 51 0 20 334 75 73
Binary 1010101 1111111 11010110 111100 101001 0 10000 11011100 111101 111011

Color Harmonies of #557FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FD6

Black with #557FD6

Text Example


Text Example

White with #557FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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