Html Css Color HEX #5581B7 Havelock Blue

📋 copy color: '#5581B7'

red 85 ◦ green 129 ◦ blue 183

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

Shades of Havelock Blue #5581B7

Tints of Havelock Blue #5581B7

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.49%

 BLUE value IS 183 (71.88% from 255) = 46.1%

R = 21.41%
G = 32.49%
B = 46.1%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5581B7 (or 0x5581B7) is known color: Havelock Blue. HEX triplet: 55, 81 and B7. RGB value is (85,129,183). Sum of RGB (Red+Green+Blue) = 85+129+183=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 183 - color contains mainly: blue. Hex color #5581B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5581B7 is #AA7E48. Grayscale: #797979. Windows color (decimal): -11173449 or 12026197. OLE color: 12026197.

HSL color Cylindrical-coordinate representation of color #5581B7: hue angle of 213.06º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5581B7 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 85 129 183 -
CMYK 0.54 0.30 0 0.28
HSL 213.06º 0.4% 0.53% -
HSV(B) 213.06º 0.54% 0.72% -
XYZ 20.14 21.05 47.8 -
YUV 122 162.42 101.61 -
System Red Green Blue C M Y K H S L
Decimal 85 129 183 0.54 0.30 0 0.28 213.06 0.4 0.53
Hex 55 81 B7 36 1E 0 1C D5 28 35
Octal 125 201 267 66 36 0 34 325 50 65
Binary 1010101 10000001 10110111 110110 11110 0 11100 11010101 101000 110101

Color Harmonies of #5581B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5581B7

Black with #5581B7

Text Example


Text Example

White with #5581B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5581B7; }

 p { color: rgb(85,129,183); }

 H1.HeaderClassName
 {
   color: #5581B7;
 }
 .AnyTagClassName
 {
   color: #5581B7;
 }
</style>

background-color css

<style>
 a { background-color: #5581B7; }

 a { background-color: rgb(85,129,183); }

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

border-color css

<style>
 span { border-color: #5581B7; }

 span { border-color: rgb(85,129,183); }

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