Html Css Color HEX #557CCC Havelock Blue

📋 copy color: '#557CCC'

red 85 ◦ green 124 ◦ blue 204

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

Shades of Havelock Blue #557CCC

Tints of Havelock Blue #557CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.02%

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

R = 20.58%
G = 30.02%
B = 49.39%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#557CCC (or 0x557CCC) is known color: Havelock Blue. HEX triplet: 55, 7C and CC. RGB value is (85,124,204). Sum of RGB (Red+Green+Blue) = 85+124+204=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #557CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CCC is #AA8333. Grayscale: #797979. Windows color (decimal): -11174708 or 13401173. OLE color: 13401173.

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

Color convert

RGB 85 124 204 -
CMYK 0.58 0.39 0 0.2
HSL 220.34º 0.54% 0.57% -
HSV(B) 220.34º 0.58% 0.8% -
XYZ 21.85 20.71 59.97 -
YUV 121.46 174.58 102 -
System Red Green Blue C M Y K H S L
Decimal 85 124 204 0.58 0.39 0 0.2 220.34 0.54 0.57
Hex 55 7C CC 3A 27 0 14 DC 36 39
Octal 125 174 314 72 47 0 24 334 66 71
Binary 1010101 1111100 11001100 111010 100111 0 10100 11011100 110110 111001

Color Harmonies of #557CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557CCC

Black with #557CCC

Text Example


Text Example

White with #557CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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