Html Css Color HEX #5581BD Havelock Blue

📋 copy color: '#5581BD'

red 85 ◦ green 129 ◦ blue 189

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

Shades of Havelock Blue #5581BD

Tints of Havelock Blue #5581BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.9%

R = 21.09%
G = 32.01%
B = 46.9%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5581BD (or 0x5581BD) is known color: Havelock Blue. HEX triplet: 55, 81 and BD. RGB value is (85,129,189). Sum of RGB (Red+Green+Blue) = 85+129+189=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #5581BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5581BD is #AA7E42. Grayscale: #7A7A7A. Windows color (decimal): -11173443 or 12419413. OLE color: 12419413.

HSL color Cylindrical-coordinate representation of color #5581BD: hue angle of 214.62º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5581BD is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 129 189 -
CMYK 0.55 0.32 0 0.26
HSL 214.62º 0.44% 0.54% -
HSV(B) 214.62º 0.55% 0.74% -
XYZ 20.78 21.31 51.16 -
YUV 122.68 165.42 101.12 -
System Red Green Blue C M Y K H S L
Decimal 85 129 189 0.55 0.32 0 0.26 214.62 0.44 0.54
Hex 55 81 BD 37 20 0 1A D7 2C 36
Octal 125 201 275 67 40 0 32 327 54 66
Binary 1010101 10000001 10111101 110111 100000 0 11010 11010111 101100 110110

Color Harmonies of #5581BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5581BD

Black with #5581BD

Text Example


Text Example

White with #5581BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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