Html Css Color HEX #5572CE Havelock Blue

📋 copy color: '#5572CE'

red 85 ◦ green 114 ◦ blue 206

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

Shades of Havelock Blue #5572CE

Tints of Havelock Blue #5572CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.15%

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

R = 20.99%
G = 28.15%
B = 50.86%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5572CE (or 0x5572CE) is known color: Havelock Blue. HEX triplet: 55, 72 and CE. RGB value is (85,114,206). Sum of RGB (Red+Green+Blue) = 85+114+206=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #5572CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5572CE is #AA8D31. Grayscale: #737373. Windows color (decimal): -11177266 or 13529685. OLE color: 13529685.

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

Color convert

RGB 85 114 206 -
CMYK 0.59 0.45 0 0.19
HSL 225.62º 0.55% 0.57% -
HSV(B) 225.62º 0.59% 0.81% -
XYZ 20.9 18.42 60.85 -
YUV 115.82 178.89 106.02 -
System Red Green Blue C M Y K H S L
Decimal 85 114 206 0.59 0.45 0 0.19 225.62 0.55 0.57
Hex 55 72 CE 3B 2D 0 13 E2 37 39
Octal 125 162 316 73 55 0 23 342 67 71
Binary 1010101 1110010 11001110 111011 101101 0 10011 11100010 110111 111001

Color Harmonies of #5572CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5572CE

Black with #5572CE

Text Example


Text Example

White with #5572CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5572CE; }

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

 H1.HeaderClassName
 {
   color: #5572CE;
 }
 .AnyTagClassName
 {
   color: #5572CE;
 }
</style>

background-color css

<style>
 a { background-color: #5572CE; }

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

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

border-color css

<style>
 span { border-color: #5572CE; }

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

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