Html Css Color HEX #5776BC Havelock Blue

📋 copy color: '#5776BC'

red 87 ◦ green 118 ◦ blue 188

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

Shades of Havelock Blue #5776BC

Tints of Havelock Blue #5776BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 22.14%
G = 30.03%
B = 47.84%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5776BC (or 0x5776BC) is known color: Havelock Blue. HEX triplet: 57, 76 and BC. RGB value is (87,118,188). Sum of RGB (Red+Green+Blue) = 87+118+188=393 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.14% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #5776BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5776BC is #A88943. Grayscale: #747474. Windows color (decimal): -11045188 or 12351063. OLE color: 12351063.

HSL color Cylindrical-coordinate representation of color #5776BC: hue angle of 221.58º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5776BC is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 118 188 -
CMYK 0.54 0.37 0 0.26
HSL 221.58º 0.43% 0.54% -
HSV(B) 221.58º 0.54% 0.74% -
XYZ 19.49 18.61 50.14 -
YUV 116.71 168.23 106.81 -
System Red Green Blue C M Y K H S L
Decimal 87 118 188 0.54 0.37 0 0.26 221.58 0.43 0.54
Hex 57 76 BC 36 25 0 1A DE 2B 36
Octal 127 166 274 66 45 0 32 336 53 66
Binary 1010111 1110110 10111100 110110 100101 0 11010 11011110 101011 110110

Color Harmonies of #5776BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5776BC

Black with #5776BC

Text Example


Text Example

White with #5776BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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