Html Css Color HEX #5877B3 Havelock Blue

📋 copy color: '#5877B3'

red 88 ◦ green 119 ◦ blue 179

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

Shades of Havelock Blue #5877B3

Tints of Havelock Blue #5877B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.37%

R = 22.8%
G = 30.83%
B = 46.37%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5877B3 (or 0x5877B3) is known color: Havelock Blue. HEX triplet: 58, 77 and B3. RGB value is (88,119,179). Sum of RGB (Red+Green+Blue) = 88+119+179=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 179 - color contains mainly: blue. Hex color #5877B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5877B3 is #A7884C. Grayscale: #747474. Windows color (decimal): -10979405 or 11761496. OLE color: 11761496.

HSL color Cylindrical-coordinate representation of color #5877B3: hue angle of 219.56º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5877B3 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 88 119 179 -
CMYK 0.51 0.34 0 0.30
HSL 219.56º 0.37% 0.52% -
HSV(B) 219.56º 0.51% 0.7% -
XYZ 18.76 18.52 45.23 -
YUV 116.57 163.23 107.62 -
System Red Green Blue C M Y K H S L
Decimal 88 119 179 0.51 0.34 0 0.30 219.56 0.37 0.52
Hex 58 77 B3 33 22 0 1E DC 25 34
Octal 130 167 263 63 42 0 36 334 45 64
Binary 1011000 1110111 10110011 110011 100010 0 11110 11011100 100101 110100

Color Harmonies of #5877B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5877B3

Black with #5877B3

Text Example


Text Example

White with #5877B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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