Html Css Color HEX #5876BC Havelock Blue

📋 copy color: '#5876BC'

red 88 ◦ green 118 ◦ blue 188

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

Shades of Havelock Blue #5876BC

Tints of Havelock Blue #5876BC

RGB

 RED value IS 88 (34.77% from 255) = 22.34%

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

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

R = 22.34%
G = 29.95%
B = 47.72%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5876BC (or 0x5876BC) is known color: Havelock Blue. HEX triplet: 58, 76 and BC. RGB value is (88,118,188). Sum of RGB (Red+Green+Blue) = 88+118+188=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #5876BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5876BC is #A78943. Grayscale: #747474. Windows color (decimal): -10979652 or 12351064. OLE color: 12351064.

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

Color convert

RGB 88 118 188 -
CMYK 0.53 0.37 0 0.26
HSL 222º 0.43% 0.54% -
HSV(B) 222º 0.53% 0.74% -
XYZ 19.58 18.66 50.15 -
YUV 117.01 168.06 107.31 -
System Red Green Blue C M Y K H S L
Decimal 88 118 188 0.53 0.37 0 0.26 222 0.43 0.54
Hex 58 76 BC 35 25 0 1A DE 2B 36
Octal 130 166 274 65 45 0 32 336 53 66
Binary 1011000 1110110 10111100 110101 100101 0 11010 11011110 101011 110110

Color Harmonies of #5876BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5876BC

Black with #5876BC

Text Example


Text Example

White with #5876BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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