Html Css Color HEX #5879BE Havelock Blue

📋 copy color: '#5879BE'

red 88 ◦ green 121 ◦ blue 190

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

Shades of Havelock Blue #5879BE

Tints of Havelock Blue #5879BE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.33%

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

R = 22.06%
G = 30.33%
B = 47.62%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5879BE (or 0x5879BE) is known color: Havelock Blue. HEX triplet: 58, 79 and BE. RGB value is (88,121,190). Sum of RGB (Red+Green+Blue) = 88+121+190=399 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.06% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #5879BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5879BE is #A78641. Grayscale: #767676. Windows color (decimal): -10978882 or 12482904. OLE color: 12482904.

HSL color Cylindrical-coordinate representation of color #5879BE: hue angle of 220.59º 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 #5879BE is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 121 190 -
CMYK 0.54 0.36 0 0.25
HSL 220.59º 0.44% 0.55% -
HSV(B) 220.59º 0.54% 0.75% -
XYZ 20.16 19.47 51.41 -
YUV 119 168.07 105.89 -
System Red Green Blue C M Y K H S L
Decimal 88 121 190 0.54 0.36 0 0.25 220.59 0.44 0.55
Hex 58 79 BE 36 24 0 19 DD 2C 37
Octal 130 171 276 66 44 0 31 335 54 67
Binary 1011000 1111001 10111110 110110 100100 0 11001 11011101 101100 110111

Color Harmonies of #5879BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5879BE

Black with #5879BE

Text Example


Text Example

White with #5879BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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