Html Css Color HEX #5580BF Havelock Blue

📋 copy color: '#5580BF'

red 85 ◦ green 128 ◦ blue 191

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

Shades of Havelock Blue #5580BF

Tints of Havelock Blue #5580BF

RGB

 RED value IS 85 (33.59% from 255) = 21.04%

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

 BLUE value IS 191 (75% from 255) = 47.28%

R = 21.04%
G = 31.68%
B = 47.28%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5580BF (or 0x5580BF) is known color: Havelock Blue. HEX triplet: 55, 80 and BF. RGB value is (85,128,191). Sum of RGB (Red+Green+Blue) = 85+128+191=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #5580BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5580BF is #AA7F40. Grayscale: #7A7A7A. Windows color (decimal): -11173697 or 12550229. OLE color: 12550229.

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

Color convert

RGB 85 128 191 -
CMYK 0.55 0.33 0 0.25
HSL 215.66º 0.45% 0.54% -
HSV(B) 215.66º 0.55% 0.75% -
XYZ 20.87 21.13 52.27 -
YUV 122.33 166.75 101.38 -
System Red Green Blue C M Y K H S L
Decimal 85 128 191 0.55 0.33 0 0.25 215.66 0.45 0.54
Hex 55 80 BF 37 21 0 19 D8 2D 36
Octal 125 200 277 67 41 0 31 330 55 66
Binary 1010101 10000000 10111111 110111 100001 0 11001 11011000 101101 110110

Color Harmonies of #5580BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5580BF

Black with #5580BF

Text Example


Text Example

White with #5580BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5580BF; }

 p { color: rgb(85,128,191); }

 H1.HeaderClassName
 {
   color: #5580BF;
 }
 .AnyTagClassName
 {
   color: #5580BF;
 }
</style>

background-color css

<style>
 a { background-color: #5580BF; }

 a { background-color: rgb(85,128,191); }

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

border-color css

<style>
 span { border-color: #5580BF; }

 span { border-color: rgb(85,128,191); }

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