Html Css Color HEX #5772CC Havelock Blue

📋 copy color: '#5772CC'

red 87 ◦ green 114 ◦ blue 204

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

Shades of Havelock Blue #5772CC

Tints of Havelock Blue #5772CC

RGB

 RED value IS 87 (34.38% from 255) = 21.48%

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

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

R = 21.48%
G = 28.15%
B = 50.37%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5772CC (or 0x5772CC) is known color: Havelock Blue. HEX triplet: 57, 72 and CC. RGB value is (87,114,204). Sum of RGB (Red+Green+Blue) = 87+114+204=405 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.48% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #5772CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5772CC is #A88D33. Grayscale: #737373. Windows color (decimal): -11046196 or 13398615. OLE color: 13398615.

HSL color Cylindrical-coordinate representation of color #5772CC: hue angle of 226.15º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5772CC is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 114 204 -
CMYK 0.57 0.44 0 0.2
HSL 226.15º 0.53% 0.57% -
HSV(B) 226.15º 0.57% 0.8% -
XYZ 20.85 18.42 59.58 -
YUV 116.19 177.55 107.18 -
System Red Green Blue C M Y K H S L
Decimal 87 114 204 0.57 0.44 0 0.2 226.15 0.53 0.57
Hex 57 72 CC 39 2C 0 14 E2 35 39
Octal 127 162 314 71 54 0 24 342 65 71
Binary 1010111 1110010 11001100 111001 101100 0 10100 11100010 110101 111001

Color Harmonies of #5772CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5772CC

Black with #5772CC

Text Example


Text Example

White with #5772CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5772CC; }

 p { color: rgb(87,114,204); }

 H1.HeaderClassName
 {
   color: #5772CC;
 }
 .AnyTagClassName
 {
   color: #5772CC;
 }
</style>

background-color css

<style>
 a { background-color: #5772CC; }

 a { background-color: rgb(87,114,204); }

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

border-color css

<style>
 span { border-color: #5772CC; }

 span { border-color: rgb(87,114,204); }

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