#5181BE

Color #5181BE Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5181BE

Tints of Havelock Blue #5181BE

Color information

#5181BE (or 0x5181BE) is unknown color: approx Havelock Blue. HEX triplet: 51, 81 and BE. RGB value is (81,129,190). Sum of RGB (Red+Green+Blue) = 81+129+190=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #5181BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5181BE is #AE7E41. Grayscale: #797979. Windows color (decimal): -11435586 or 12484945. OLE color: 12484945.

HSL color Cylindrical-coordinate representation of color #5181BE: hue angle of 213.58º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5181BE is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB81129190-
CMYK0.570.3200.25
HSL213.58º45.61%53.14%-
HSV(B)213.58º57.37%74.51%-
XYZ20.5421.1751.72-
YUV121.6166.699.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.25%
GREEN value IS 129 (50.78% from 255) = 32.25%
BLUE value IS 190 (74.61% from 255) = 47.5%
R=20.25%
G=32.25%
B=47.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811291900.570.3200.25213.5845.6153.14
Hex5181BE3920019d62e35
Octal12120127671400313265665
Binary1010001100000011011111011100110000001100111010110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5181BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5181BE; }

 p { color: rgb(81,129,190); }

 H1.HeaderClassName
 {
   color: #5181BE;
 }
 .AnyTagClassName
 {
   color: #5181BE;
 }
</style>
background-color css

<style>
 a { background-color: #5181BE; }

 a { background-color: rgb(81,129,190); }

 div.DivClassName
 {
   background-color: #5181BE;
 }
 .BgClassName
 {
   background-color: #5181BE;
 }
</style>
border-color css

<style>
 span { border-color: #5181BE; }

 span { border-color: rgb(81,129,190); }

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