Html Css Color HEX #5572CD Havelock Blue

📋 copy color: '#5572CD'

red 85 ◦ green 114 ◦ blue 205

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

Shades of Havelock Blue #5572CD

Tints of Havelock Blue #5572CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 21.04%
G = 28.22%
B = 50.74%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5572CD (or 0x5572CD) is known color: Havelock Blue. HEX triplet: 55, 72 and CD. RGB value is (85,114,205). Sum of RGB (Red+Green+Blue) = 85+114+205=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #5572CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5572CD is #AA8D32. Grayscale: #737373. Windows color (decimal): -11177267 or 13464149. OLE color: 13464149.

HSL color Cylindrical-coordinate representation of color #5572CD: hue angle of 225.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5572CD is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 114 205 -
CMYK 0.59 0.44 0 0.20
HSL 225.5º 0.55% 0.57% -
HSV(B) 225.5º 0.59% 0.8% -
XYZ 20.78 18.37 60.21 -
YUV 115.7 178.39 106.1 -
System Red Green Blue C M Y K H S L
Decimal 85 114 205 0.59 0.44 0 0.20 225.5 0.55 0.57
Hex 55 72 CD 3B 2C 0 14 E2 37 39
Octal 125 162 315 73 54 0 24 342 67 71
Binary 1010101 1110010 11001101 111011 101100 0 10100 11100010 110111 111001

Color Harmonies of #5572CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5572CD

Black with #5572CD

Text Example


Text Example

White with #5572CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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