#5173BB

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

Shades of Havelock Blue #5173BB

Tints of Havelock Blue #5173BB

Color information

#5173BB (or 0x5173BB) is unknown color: approx Havelock Blue. HEX triplet: 51, 73 and BB. RGB value is (81,115,187). Sum of RGB (Red+Green+Blue) = 81+115+187=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #5173BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5173BB is #AE8C44. Grayscale: #707070. Windows color (decimal): -11439173 or 12284753. OLE color: 12284753.

HSL color Cylindrical-coordinate representation of color #5173BB: hue angle of 220.75º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5173BB is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB81115187-
CMYK0.570.3900.27
HSL220.75º43.8%52.55%-
HSV(B)220.75º56.68%73.33%-
XYZ18.4917.649.44-
YUV113.04169.74105.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.15%
GREEN value IS 115 (45.31% from 255) = 30.03%
BLUE value IS 187 (73.44% from 255) = 48.83%
R=21.15%
G=30.03%
B=48.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811151870.570.3900.27220.7543.852.55
Hex5173BB392701Bdd2c35
Octal12116327371470333355465
Binary101000111100111011101111100110011101101111011101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5173BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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