#5173CD

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

Shades of Havelock Blue #5173CD

Tints of Havelock Blue #5173CD

Color information

#5173CD (or 0x5173CD) is unknown color: approx Havelock Blue. HEX triplet: 51, 73 and CD. RGB value is (81,115,205). Sum of RGB (Red+Green+Blue) = 81+115+205=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #5173CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5173CD is #AE8C32. Grayscale: #727272. Windows color (decimal): -11439155 or 13464401. OLE color: 13464401.

HSL color Cylindrical-coordinate representation of color #5173CD: hue angle of 223.55º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5173CD is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB81115205-
CMYK0.600.4400.20
HSL223.55º55.36%56.08%-
HSV(B)223.55º60.49%80.39%-
XYZ20.5418.4260.23-
YUV115.09178.74103.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.20%
GREEN value IS 115 (45.31% from 255) = 28.68%
BLUE value IS 205 (80.47% from 255) = 51.12%
R=20.20%
G=28.68%
B=51.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal811152050.600.4400.20223.5555.3656.08
Hex5173CD3C2C014e03738
Octal12116331574540243406770
Binary101000111100111100110111110010110001010011100000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5173CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5173CD; }

 p { color: rgb(81,115,205); }

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

<style>
 a { background-color: #5173CD; }

 a { background-color: rgb(81,115,205); }

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

<style>
 span { border-color: #5173CD; }

 span { border-color: rgb(81,115,205); }

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