Html Css Color HEX #557FCD Havelock Blue

📋 copy color: '#557FCD'

red 85 ◦ green 127 ◦ blue 205

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

Shades of Havelock Blue #557FCD

Tints of Havelock Blue #557FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 20.38%
G = 30.46%
B = 49.16%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#557FCD (or 0x557FCD) is known color: Havelock Blue. HEX triplet: 55, 7F and CD. RGB value is (85,127,205). Sum of RGB (Red+Green+Blue) = 85+127+205=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #557FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FCD is #AA8032. Grayscale: #7A7A7A. Windows color (decimal): -11173939 or 13467477. OLE color: 13467477.

HSL color Cylindrical-coordinate representation of color #557FCD: hue angle of 219º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #557FCD is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 127 205 -
CMYK 0.59 0.38 0 0.20
HSL 219º 0.55% 0.57% -
HSV(B) 219º 0.59% 0.8% -
XYZ 22.36 21.52 60.73 -
YUV 123.33 174.09 100.66 -
System Red Green Blue C M Y K H S L
Decimal 85 127 205 0.59 0.38 0 0.20 219 0.55 0.57
Hex 55 7F CD 3B 26 0 14 DB 37 39
Octal 125 177 315 73 46 0 24 333 67 71
Binary 1010101 1111111 11001101 111011 100110 0 10100 11011011 110111 111001

Color Harmonies of #557FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FCD

Black with #557FCD

Text Example


Text Example

White with #557FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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