#5073CA

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

Shades of Havelock Blue #5073CA

Tints of Havelock Blue #5073CA

Color information

#5073CA (or 0x5073CA) is unknown color: approx Havelock Blue. HEX triplet: 50, 73 and CA. RGB value is (80,115,202). Sum of RGB (Red+Green+Blue) = 80+115+202=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #5073CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5073CA is #AF8C35. Grayscale: #727272. Windows color (decimal): -11504694 or 13267792. OLE color: 13267792.

HSL color Cylindrical-coordinate representation of color #5073CA: hue angle of 222.79º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5073CA is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80115202-
CMYK0.600.4300.21
HSL222.79º53.51%55.29%-
HSV(B)222.79º60.4%79.22%-
XYZ20.118.2358.34-
YUV114.45177.4103.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.15%
GREEN value IS 115 (45.31% from 255) = 28.97%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=20.15%
G=28.97%
B=50.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801152020.600.4300.21222.7953.5155.29
Hex5073CA3C2B015df3637
Octal12016331274530253376667
Binary101000011100111100101011110010101101010111011111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5073CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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