#5281BE

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

Shades of Havelock Blue #5281BE

Tints of Havelock Blue #5281BE

Color information

#5281BE (or 0x5281BE) is unknown color: approx Havelock Blue. HEX triplet: 52, 81 and BE. RGB value is (82,129,190). Sum of RGB (Red+Green+Blue) = 82+129+190=401 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.45% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #5281BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5281BE is #AD7E41. Grayscale: #797979. Windows color (decimal): -11370050 or 12484946. OLE color: 12484946.

HSL color Cylindrical-coordinate representation of color #5281BE: hue angle of 213.89º degrees, saturation: 0.45, 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 #5281BE is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB82129190-
CMYK0.570.3200.25
HSL213.89º45.38%53.33%-
HSV(B)213.89º56.84%74.51%-
XYZ20.6221.2151.72-
YUV121.9166.4399.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.45%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=20.45%
G=32.17%
B=47.38%

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
Decimal821291900.570.3200.25213.8945.3853.33
Hex5281BE3920019d62d35
Octal12220127671400313265565
Binary1010010100000011011111011100110000001100111010110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5281BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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