Html Css Color HEX #5776BB Havelock Blue

📋 copy color: '#5776BB'

red 87 ◦ green 118 ◦ blue 187

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

Shades of Havelock Blue #5776BB

Tints of Havelock Blue #5776BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 22.19%
G = 30.1%
B = 47.7%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5776BB (or 0x5776BB) is known color: Havelock Blue. HEX triplet: 57, 76 and BB. RGB value is (87,118,187). Sum of RGB (Red+Green+Blue) = 87+118+187=392 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.19% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #5776BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5776BB is #A88944. Grayscale: #747474. Windows color (decimal): -11045189 or 12285527. OLE color: 12285527.

HSL color Cylindrical-coordinate representation of color #5776BB: hue angle of 221.4º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5776BB is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 118 187 -
CMYK 0.53 0.37 0 0.27
HSL 221.4º 0.42% 0.54% -
HSV(B) 221.4º 0.53% 0.73% -
XYZ 19.38 18.57 49.58 -
YUV 116.6 167.73 106.89 -
System Red Green Blue C M Y K H S L
Decimal 87 118 187 0.53 0.37 0 0.27 221.4 0.42 0.54
Hex 57 76 BB 35 25 0 1B DD 2A 36
Octal 127 166 273 65 45 0 33 335 52 66
Binary 1010111 1110110 10111011 110101 100101 0 11011 11011101 101010 110110

Color Harmonies of #5776BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5776BB

Black with #5776BB

Text Example


Text Example

White with #5776BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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