#5173CC

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

Shades of Havelock Blue #5173CC

Tints of Havelock Blue #5173CC

Color information

#5173CC (or 0x5173CC) is unknown color: approx Havelock Blue. HEX triplet: 51, 73 and CC. RGB value is (81,115,204). Sum of RGB (Red+Green+Blue) = 81+115+204=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #5173CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5173CC is #AE8C33. Grayscale: #727272. Windows color (decimal): -11439156 or 13398865. OLE color: 13398865.

HSL color Cylindrical-coordinate representation of color #5173CC: hue angle of 223.41º 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 #5173CC is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB81115204-
CMYK0.600.4400.2
HSL223.41º54.67%55.88%-
HSV(B)223.41º60.29%80%-
XYZ20.4218.3759.6-
YUV114.98178.24103.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.25%
GREEN value IS 115 (45.31% from 255) = 28.75%
BLUE value IS 204 (80.08% from 255) = 51%
R=20.25%
G=28.75%
B=51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal811152040.600.4400.2223.4154.6755.88
Hex5173CC3C2C014df3738
Octal12116331474540243376770
Binary101000111100111100110011110010110001010011011111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5173CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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