Html Css Color HEX #557FCE Havelock Blue

📋 copy color: '#557FCE'

red 85 ◦ green 127 ◦ blue 206

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

Shades of Havelock Blue #557FCE

Tints of Havelock Blue #557FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 20.33%
G = 30.38%
B = 49.28%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#557FCE (or 0x557FCE) is known color: Havelock Blue. HEX triplet: 55, 7F and CE. RGB value is (85,127,206). Sum of RGB (Red+Green+Blue) = 85+127+206=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #557FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FCE is #AA8031. Grayscale: #7B7B7B. Windows color (decimal): -11173938 or 13533013. OLE color: 13533013.

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

Color convert

RGB 85 127 206 -
CMYK 0.59 0.38 0 0.19
HSL 219.17º 0.55% 0.57% -
HSV(B) 219.17º 0.59% 0.81% -
XYZ 22.48 21.57 61.37 -
YUV 123.45 174.59 100.58 -
System Red Green Blue C M Y K H S L
Decimal 85 127 206 0.59 0.38 0 0.19 219.17 0.55 0.57
Hex 55 7F CE 3B 26 0 13 DB 37 39
Octal 125 177 316 73 46 0 23 333 67 71
Binary 1010101 1111111 11001110 111011 100110 0 10011 11011011 110111 111001

Color Harmonies of #557FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FCE

Black with #557FCE

Text Example


Text Example

White with #557FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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