#5182BF

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

Shades of Havelock Blue #5182BF

Tints of Havelock Blue #5182BF

Color information

#5182BF (or 0x5182BF) is unknown color: approx Havelock Blue. HEX triplet: 51, 82 and BF. RGB value is (81,130,191). Sum of RGB (Red+Green+Blue) = 81+130+191=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #5182BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5182BF is #AE7D40. Grayscale: #7A7A7A. Windows color (decimal): -11435329 or 12550737. OLE color: 12550737.

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

Color convert

RGB81130191-
CMYK0.580.3200.25
HSL213.27º46.22%53.33%-
HSV(B)213.27º57.59%74.9%-
XYZ20.7821.4852.34-
YUV122.3166.7798.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.15%
GREEN value IS 130 (51.17% from 255) = 32.34%
BLUE value IS 191 (75% from 255) = 47.51%
R=20.15%
G=32.34%
B=47.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811301910.580.3200.25213.2746.2253.33
Hex5182BF3A20019d52e35
Octal12120227772400313255665
Binary1010001100000101011111111101010000001100111010101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5182BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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