#5370CA

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

Shades of Havelock Blue #5370CA

Tints of Havelock Blue #5370CA

Color information

#5370CA (or 0x5370CA) is unknown color: approx Havelock Blue. HEX triplet: 53, 70 and CA. RGB value is (83,112,202). Sum of RGB (Red+Green+Blue) = 83+112+202=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 112 (44.14% from 255 or 28.21% 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 #5370CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5370CA is #AC8F35. Grayscale: #717171. Windows color (decimal): -11308854 or 13267027. OLE color: 13267027.

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

Color convert

RGB83112202-
CMYK0.590.4500.21
HSL225.38º52.89%55.88%-
HSV(B)225.38º58.91%79.22%-
XYZ20.0217.6958.24-
YUV113.59177.89106.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.91%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=20.91%
G=28.21%
B=50.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal831122020.590.4500.21225.3852.8955.88
Hex5370CA3B2D015e13538
Octal12316031273550253416570
Binary101001111100001100101011101110110101010111100001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5370CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,112,202); }

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

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

 a { background-color: rgb(83,112,202); }

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

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

 span { border-color: rgb(83,112,202); }

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