#5173c0

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

Shades of Havelock Blue #5173C0

Tints of Havelock Blue #5173C0

Color information

#5173C0 (or 0x5173C0) is unknown color: approx Havelock Blue. HEX triplet: 51, 73 and C0. RGB value is (81,115,192). Sum of RGB (Red+Green+Blue) = 81+115+192=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #5173C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5173C0 is #AE8C3F. Grayscale: #717171. Windows color (decimal): -11439168 or 12612433. OLE color: 12612433.

HSL color Cylindrical-coordinate representation of color #5173C0: hue angle of 221.62º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5173C0 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB81115192-
CMYK0.580.4000.25
HSL221.62º46.84%53.53%-
HSV(B)221.62º57.81%75.29%-
XYZ19.0417.8252.3-
YUV113.61172.24104.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.88%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 192 (75.39% from 255) = 49.48%
R=20.88%
G=29.64%
B=49.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811151920.580.4000.25221.6246.8453.53
Hex5173C03A28019de2f36
Octal12116330072500313365766
Binary101000111100111100000011101010100001100111011110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5173c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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