Html Css Color HEX #5581BC Havelock Blue

📋 copy color: '#5581BC'

red 85 ◦ green 129 ◦ blue 188

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

Shades of Havelock Blue #5581BC

Tints of Havelock Blue #5581BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.77%

R = 21.14%
G = 32.09%
B = 46.77%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5581BC (or 0x5581BC) is known color: Havelock Blue. HEX triplet: 55, 81 and BC. RGB value is (85,129,188). Sum of RGB (Red+Green+Blue) = 85+129+188=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #5581BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5581BC is #AA7E43. Grayscale: #7A7A7A. Windows color (decimal): -11173444 or 12353877. OLE color: 12353877.

HSL color Cylindrical-coordinate representation of color #5581BC: hue angle of 214.37º degrees, saturation: 0.43, 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 #5581BC is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 129 188 -
CMYK 0.55 0.31 0 0.26
HSL 214.37º 0.43% 0.54% -
HSV(B) 214.37º 0.55% 0.74% -
XYZ 20.67 21.26 50.59 -
YUV 122.57 164.92 101.2 -
System Red Green Blue C M Y K H S L
Decimal 85 129 188 0.55 0.31 0 0.26 214.37 0.43 0.54
Hex 55 81 BC 37 1F 0 1A D6 2B 36
Octal 125 201 274 67 37 0 32 326 53 66
Binary 1010101 10000001 10111100 110111 11111 0 11010 11010110 101011 110110

Color Harmonies of #5581BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5581BC

Black with #5581BC

Text Example


Text Example

White with #5581BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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