Html Css Color HEX #5877D6 Havelock Blue

📋 copy color: '#5877D6'

red 88 ◦ green 119 ◦ blue 214

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

Shades of Havelock Blue #5877D6

Tints of Havelock Blue #5877D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.83%

R = 20.9%
G = 28.27%
B = 50.83%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5877D6 (or 0x5877D6) is known color: Havelock Blue. HEX triplet: 58, 77 and D6. RGB value is (88,119,214). Sum of RGB (Red+Green+Blue) = 88+119+214=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 214 (83.98% from 255 or 50.83% from 421); Max value from RGB is 214 - color contains mainly: blue. Hex color #5877D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5877D6 is #A78829. Grayscale: #787878. Windows color (decimal): -10979370 or 14055256. OLE color: 14055256.

HSL color Cylindrical-coordinate representation of color #5877D6: hue angle of 225.24º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5877D6 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 119 214 -
CMYK 0.59 0.44 0 0.16
HSL 225.24º 0.61% 0.59% -
HSV(B) 225.24º 0.59% 0.84% -
XYZ 22.76 20.12 66.3 -
YUV 120.56 180.73 104.78 -
System Red Green Blue C M Y K H S L
Decimal 88 119 214 0.59 0.44 0 0.16 225.24 0.61 0.59
Hex 58 77 D6 3B 2C 0 10 E1 3D 3B
Octal 130 167 326 73 54 0 20 341 75 73
Binary 1011000 1110111 11010110 111011 101100 0 10000 11100001 111101 111011

Color Harmonies of #5877D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5877D6

Black with #5877D6

Text Example


Text Example

White with #5877D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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