#5280CA

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

Shades of Havelock Blue #5280CA

Tints of Havelock Blue #5280CA

Color information

#5280CA (or 0x5280CA) is unknown color: approx Havelock Blue. HEX triplet: 52, 80 and CA. RGB value is (82,128,202). Sum of RGB (Red+Green+Blue) = 82+128+202=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #5280CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5280CA is #AD7F35. Grayscale: #7A7A7A. Windows color (decimal): -11370294 or 13271122. OLE color: 13271122.

HSL color Cylindrical-coordinate representation of color #5280CA: hue angle of 217º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5280CA is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB82128202-
CMYK0.590.3700.21
HSL217º53.1%55.69%-
HSV(B)217º59.41%79.22%-
XYZ21.8621.558.87-
YUV122.68172.7698.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.90%
GREEN value IS 128 (50.39% from 255) = 31.07%
BLUE value IS 202 (79.30% from 255) = 49.03%
R=19.90%
G=31.07%
B=49.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal821282020.590.3700.2121753.155.69
Hex5280CA3B25015d93538
Octal12220031273450253316570
Binary1010010100000001100101011101110010101010111011001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5280CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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