Html Css Color HEX #557ECC Havelock Blue

📋 copy color: '#557ECC'

red 85 ◦ green 126 ◦ blue 204

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

Shades of Havelock Blue #557ECC

Tints of Havelock Blue #557ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 20.48%
G = 30.36%
B = 49.16%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#557ECC (or 0x557ECC) is known color: Havelock Blue. HEX triplet: 55, 7E and CC. RGB value is (85,126,204). Sum of RGB (Red+Green+Blue) = 85+126+204=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #557ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ECC is #AA8133. Grayscale: #7A7A7A. Windows color (decimal): -11174196 or 13401685. OLE color: 13401685.

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

Color convert

RGB 85 126 204 -
CMYK 0.58 0.38 0 0.2
HSL 219.33º 0.54% 0.57% -
HSV(B) 219.33º 0.58% 0.8% -
XYZ 22.11 21.21 60.06 -
YUV 122.63 173.92 101.16 -
System Red Green Blue C M Y K H S L
Decimal 85 126 204 0.58 0.38 0 0.2 219.33 0.54 0.57
Hex 55 7E CC 3A 26 0 14 DB 36 39
Octal 125 176 314 72 46 0 24 333 66 71
Binary 1010101 1111110 11001100 111010 100110 0 10100 11011011 110110 111001

Color Harmonies of #557ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557ECC

Black with #557ECC

Text Example


Text Example

White with #557ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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