Html Css Color HEX #5877BE Havelock Blue

📋 copy color: '#5877BE'

red 88 ◦ green 119 ◦ blue 190

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

Shades of Havelock Blue #5877BE

Tints of Havelock Blue #5877BE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.97%

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 22.17%
G = 29.97%
B = 47.86%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5877BE (or 0x5877BE) is known color: Havelock Blue. HEX triplet: 58, 77 and BE. RGB value is (88,119,190). Sum of RGB (Red+Green+Blue) = 88+119+190=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #5877BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5877BE is #A78841. Grayscale: #757575. Windows color (decimal): -10979394 or 12482392. OLE color: 12482392.

HSL color Cylindrical-coordinate representation of color #5877BE: hue angle of 221.76º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5877BE is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 119 190 -
CMYK 0.54 0.37 0 0.25
HSL 221.76º 0.44% 0.55% -
HSV(B) 221.76º 0.54% 0.75% -
XYZ 19.92 18.99 51.33 -
YUV 117.83 168.73 106.73 -
System Red Green Blue C M Y K H S L
Decimal 88 119 190 0.54 0.37 0 0.25 221.76 0.44 0.55
Hex 58 77 BE 36 25 0 19 DE 2C 37
Octal 130 167 276 66 45 0 31 336 54 67
Binary 1011000 1110111 10111110 110110 100101 0 11001 11011110 101100 110111

Color Harmonies of #5877BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5877BE

Black with #5877BE

Text Example


Text Example

White with #5877BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5877BE; }

 p { color: rgb(88,119,190); }

 H1.HeaderClassName
 {
   color: #5877BE;
 }
 .AnyTagClassName
 {
   color: #5877BE;
 }
</style>

background-color css

<style>
 a { background-color: #5877BE; }

 a { background-color: rgb(88,119,190); }

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

border-color css

<style>
 span { border-color: #5877BE; }

 span { border-color: rgb(88,119,190); }

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