#5281BA

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

Shades of Havelock Blue #5281BA

Tints of Havelock Blue #5281BA

Color information

#5281BA (or 0x5281BA) is unknown color: approx Havelock Blue. HEX triplet: 52, 81 and BA. RGB value is (82,129,186). Sum of RGB (Red+Green+Blue) = 82+129+186=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #5281BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5281BA is #AD7E45. Grayscale: #797979. Windows color (decimal): -11370054 or 12222802. OLE color: 12222802.

HSL color Cylindrical-coordinate representation of color #5281BA: hue angle of 212.88º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5281BA is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB82129186-
CMYK0.560.3100.27
HSL212.88º42.98%52.55%-
HSV(B)212.88º55.91%72.94%-
XYZ20.1921.0449.45-
YUV121.44164.4399.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.65%
GREEN value IS 129 (50.78% from 255) = 32.49%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=20.65%
G=32.49%
B=46.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821291860.560.3100.27212.8842.9852.55
Hex5281BA381F01Bd52b35
Octal12220127270370333255365
Binary101001010000001101110101110001111101101111010101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5281BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5281BA; }

 p { color: rgb(82,129,186); }

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

<style>
 a { background-color: #5281BA; }

 a { background-color: rgb(82,129,186); }

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

<style>
 span { border-color: #5281BA; }

 span { border-color: rgb(82,129,186); }

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