#5273CA

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

Shades of Havelock Blue #5273CA

Tints of Havelock Blue #5273CA

Color information

#5273CA (or 0x5273CA) is unknown color: approx Havelock Blue. HEX triplet: 52, 73 and CA. RGB value is (82,115,202). Sum of RGB (Red+Green+Blue) = 82+115+202=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #5273CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5273CA is #AD8C35. Grayscale: #727272. Windows color (decimal): -11373622 or 13267794. OLE color: 13267794.

HSL color Cylindrical-coordinate representation of color #5273CA: hue angle of 223.5º 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 #5273CA is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB82115202-
CMYK0.590.4300.21
HSL223.5º53.1%55.69%-
HSV(B)223.5º59.41%79.22%-
XYZ20.2718.3258.34-
YUV115.05177.07104.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.55%
GREEN value IS 115 (45.31% from 255) = 28.82%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=20.55%
G=28.82%
B=50.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal821152020.590.4300.21223.553.155.69
Hex5273CA3B2B015e03538
Octal12216331273530253406570
Binary101001011100111100101011101110101101010111100000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5273CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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