Html Css Color HEX #5880B3 Havelock Blue

📋 copy color: '#5880B3'

red 88 ◦ green 128 ◦ blue 179

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

Shades of Havelock Blue #5880B3

Tints of Havelock Blue #5880B3

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.41%

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

R = 22.28%
G = 32.41%
B = 45.32%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5880B3 (or 0x5880B3) is known color: Havelock Blue. HEX triplet: 58, 80 and B3. RGB value is (88,128,179). Sum of RGB (Red+Green+Blue) = 88+128+179=395 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.28% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 179 - color contains mainly: blue. Hex color #5880B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5880B3 is #A77F4C. Grayscale: #797979. Windows color (decimal): -10977101 or 11763800. OLE color: 11763800.

HSL color Cylindrical-coordinate representation of color #5880B3: hue angle of 213.63º 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 #5880B3 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 88 128 179 -
CMYK 0.51 0.28 0 0.30
HSL 213.63º 0.37% 0.52% -
HSV(B) 213.63º 0.51% 0.7% -
XYZ 19.88 20.77 45.61 -
YUV 121.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 88 128 179 0.51 0.28 0 0.30 213.63 0.37 0.52
Hex 58 80 B3 33 1C 0 1E D6 25 34
Octal 130 200 263 63 34 0 36 326 45 64
Binary 1011000 10000000 10110011 110011 11100 0 11110 11010110 100101 110100

Color Harmonies of #5880B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5880B3

Black with #5880B3

Text Example


Text Example

White with #5880B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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