Html Css Color HEX #557BCC Havelock Blue

📋 copy color: '#557BCC'

red 85 ◦ green 123 ◦ blue 204

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

Shades of Havelock Blue #557BCC

Tints of Havelock Blue #557BCC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.85%

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

R = 20.63%
G = 29.85%
B = 49.51%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#557BCC (or 0x557BCC) is known color: Havelock Blue. HEX triplet: 55, 7B and CC. RGB value is (85,123,204). Sum of RGB (Red+Green+Blue) = 85+123+204=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #557BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BCC is #AA8433. Grayscale: #787878. Windows color (decimal): -11174964 or 13400917. OLE color: 13400917.

HSL color Cylindrical-coordinate representation of color #557BCC: hue angle of 220.84º 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 #557BCC is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 123 204 -
CMYK 0.58 0.40 0 0.2
HSL 220.84º 0.54% 0.57% -
HSV(B) 220.84º 0.58% 0.8% -
XYZ 21.73 20.46 59.93 -
YUV 120.87 174.91 102.41 -
System Red Green Blue C M Y K H S L
Decimal 85 123 204 0.58 0.40 0 0.2 220.84 0.54 0.57
Hex 55 7B CC 3A 28 0 14 DD 36 39
Octal 125 173 314 72 50 0 24 335 66 71
Binary 1010101 1111011 11001100 111010 101000 0 10100 11011101 110110 111001

Color Harmonies of #557BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BCC

Black with #557BCC

Text Example


Text Example

White with #557BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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