Html Css Color HEX #5776CC Havelock Blue

📋 copy color: '#5776CC'

red 87 ◦ green 118 ◦ blue 204

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

Shades of Havelock Blue #5776CC

Tints of Havelock Blue #5776CC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.85%

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

R = 21.27%
G = 28.85%
B = 49.88%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5776CC (or 0x5776CC) is known color: Havelock Blue. HEX triplet: 57, 76 and CC. RGB value is (87,118,204). Sum of RGB (Red+Green+Blue) = 87+118+204=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #5776CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5776CC is #A88933. Grayscale: #767676. Windows color (decimal): -11045172 or 13399639. OLE color: 13399639.

HSL color Cylindrical-coordinate representation of color #5776CC: hue angle of 224.1º 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 #5776CC is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 118 204 -
CMYK 0.57 0.42 0 0.2
HSL 224.1º 0.53% 0.57% -
HSV(B) 224.1º 0.57% 0.8% -
XYZ 21.31 19.34 59.74 -
YUV 118.54 176.23 105.51 -
System Red Green Blue C M Y K H S L
Decimal 87 118 204 0.57 0.42 0 0.2 224.1 0.53 0.57
Hex 57 76 CC 39 2A 0 14 E0 35 39
Octal 127 166 314 71 52 0 24 340 65 71
Binary 1010111 1110110 11001100 111001 101010 0 10100 11100000 110101 111001

Color Harmonies of #5776CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5776CC

Black with #5776CC

Text Example


Text Example

White with #5776CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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