#5280B6

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

Shades of Havelock Blue #5280B6

Tints of Havelock Blue #5280B6

Color information

#5280B6 (or 0x5280B6) is unknown color: approx Havelock Blue. HEX triplet: 52, 80 and B6. RGB value is (82,128,182). Sum of RGB (Red+Green+Blue) = 82+128+182=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 182 - color contains mainly: blue. Hex color #5280B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5280B6 is #AD7F49. Grayscale: #787878. Windows color (decimal): -11370314 or 11960402. OLE color: 11960402.

HSL color Cylindrical-coordinate representation of color #5280B6: hue angle of 212.4º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5280B6 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB82128182-
CMYK0.550.3000.29
HSL212.4º40.65%51.76%-
HSV(B)212.4º54.95%71.37%-
XYZ19.6420.6147.2-
YUV120.4162.76100.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.92%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 182 (71.48% from 255) = 46.43%
R=20.92%
G=32.65%
B=46.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821281820.550.3000.29212.440.6551.76
Hex5280B6371E01Dd42934
Octal12220026667360353245164
Binary101001010000000101101101101111111001110111010100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5280B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5280B6; }

 p { color: rgb(82,128,182); }

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

<style>
 a { background-color: #5280B6; }

 a { background-color: rgb(82,128,182); }

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

<style>
 span { border-color: #5280B6; }

 span { border-color: rgb(82,128,182); }

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