Html Css Color HEX #5572C4 Havelock Blue

📋 copy color: '#5572C4'

red 85 ◦ green 114 ◦ blue 196

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

Shades of Havelock Blue #5572C4

Tints of Havelock Blue #5572C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 49.62%

R = 21.52%
G = 28.86%
B = 49.62%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5572C4 (or 0x5572C4) is known color: Havelock Blue. HEX triplet: 55, 72 and C4. RGB value is (85,114,196). Sum of RGB (Red+Green+Blue) = 85+114+196=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 196 - color contains mainly: blue. Hex color #5572C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5572C4 is #AA8D3B. Grayscale: #727272. Windows color (decimal): -11177276 or 12874325. OLE color: 12874325.

HSL color Cylindrical-coordinate representation of color #5572C4: hue angle of 224.32º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5572C4 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 114 196 -
CMYK 0.57 0.42 0 0.23
HSL 224.32º 0.48% 0.55% -
HSV(B) 224.32º 0.57% 0.77% -
XYZ 19.73 17.95 54.65 -
YUV 114.68 173.89 106.83 -
System Red Green Blue C M Y K H S L
Decimal 85 114 196 0.57 0.42 0 0.23 224.32 0.48 0.55
Hex 55 72 C4 39 2A 0 17 E0 30 37
Octal 125 162 304 71 52 0 27 340 60 67
Binary 1010101 1110010 11000100 111001 101010 0 10111 11100000 110000 110111

Color Harmonies of #5572C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5572C4

Black with #5572C4

Text Example


Text Example

White with #5572C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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