Html Css Color HEX #5571CE Havelock Blue

📋 copy color: '#5571CE'

red 85 ◦ green 113 ◦ blue 206

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

Shades of Havelock Blue #5571CE

Tints of Havelock Blue #5571CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.97%

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

R = 21.04%
G = 27.97%
B = 50.99%

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

#5571CE (or 0x5571CE) is known color: Havelock Blue. HEX triplet: 55, 71 and CE. RGB value is (85,113,206). Sum of RGB (Red+Green+Blue) = 85+113+206=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #5571CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5571CE is #AA8E31. Grayscale: #727272. Windows color (decimal): -11177522 or 13529429. OLE color: 13529429.

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

Color convert

RGB 85 113 206 -
CMYK 0.59 0.45 0 0.19
HSL 226.12º 0.55% 0.57% -
HSV(B) 226.12º 0.59% 0.81% -
XYZ 20.79 18.2 60.81 -
YUV 115.23 179.22 106.44 -
System Red Green Blue C M Y K H S L
Decimal 85 113 206 0.59 0.45 0 0.19 226.12 0.55 0.57
Hex 55 71 CE 3B 2D 0 13 E2 37 39
Octal 125 161 316 73 55 0 23 342 67 71
Binary 1010101 1110001 11001110 111011 101101 0 10011 11100010 110111 111001

Color Harmonies of #5571CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5571CE

Black with #5571CE

Text Example


Text Example

White with #5571CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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