#5182DB

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

Shades of Havelock Blue #5182DB

Tints of Havelock Blue #5182DB

Color information

#5182DB (or 0x5182DB) is unknown color: approx Havelock Blue. HEX triplet: 51, 82 and DB. RGB value is (81,130,219). Sum of RGB (Red+Green+Blue) = 81+130+219=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #5182DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5182DB is #AE7D24. Grayscale: #7D7D7D. Windows color (decimal): -11435301 or 14385745. OLE color: 14385745.

HSL color Cylindrical-coordinate representation of color #5182DB: hue angle of 218.7º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5182DB is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB81130219-
CMYK0.630.4100.14
HSL218.7º65.71%58.82%-
HSV(B)218.7º63.01%85.88%-
XYZ24.1622.8370.15-
YUV125.5180.7796.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.84%
GREEN value IS 130 (51.17% from 255) = 30.23%
BLUE value IS 219 (85.94% from 255) = 50.93%
R=18.84%
G=30.23%
B=50.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal811302190.630.4100.14218.765.7158.82
Hex5182DB3F290Edb423b
Octal121202333775101633310273
Binary1010001100000101101101111111110100101110110110111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5182DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5182DB; }

 p { color: rgb(81,130,219); }

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

<style>
 a { background-color: #5182DB; }

 a { background-color: rgb(81,130,219); }

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

<style>
 span { border-color: #5182DB; }

 span { border-color: rgb(81,130,219); }

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