Html Css Color HEX #557ECE Havelock Blue

📋 copy color: '#557ECE'

red 85 ◦ green 126 ◦ blue 206

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

Shades of Havelock Blue #557ECE

Tints of Havelock Blue #557ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.22%

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

R = 20.38%
G = 30.22%
B = 49.4%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#557ECE (or 0x557ECE) is known color: Havelock Blue. HEX triplet: 55, 7E and CE. RGB value is (85,126,206). Sum of RGB (Red+Green+Blue) = 85+126+206=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #557ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ECE is #AA8131. Grayscale: #7A7A7A. Windows color (decimal): -11174194 or 13532757. OLE color: 13532757.

HSL color Cylindrical-coordinate representation of color #557ECE: hue angle of 219.67º 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 #557ECE is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 126 206 -
CMYK 0.59 0.39 0 0.19
HSL 219.67º 0.55% 0.57% -
HSV(B) 219.67º 0.59% 0.81% -
XYZ 22.35 21.31 61.33 -
YUV 122.86 174.92 101 -
System Red Green Blue C M Y K H S L
Decimal 85 126 206 0.59 0.39 0 0.19 219.67 0.55 0.57
Hex 55 7E CE 3B 27 0 13 DC 37 39
Octal 125 176 316 73 47 0 23 334 67 71
Binary 1010101 1111110 11001110 111011 100111 0 10011 11011100 110111 111001

Color Harmonies of #557ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557ECE

Black with #557ECE

Text Example


Text Example

White with #557ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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