#5173BC

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

Shades of Havelock Blue #5173BC

Tints of Havelock Blue #5173BC

Color information

#5173BC (or 0x5173BC) is unknown color: approx Havelock Blue. HEX triplet: 51, 73 and BC. RGB value is (81,115,188). Sum of RGB (Red+Green+Blue) = 81+115+188=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #5173BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5173BC is #AE8C43. Grayscale: #707070. Windows color (decimal): -11439172 or 12350289. OLE color: 12350289.

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

Color convert

RGB81115188-
CMYK0.570.3900.26
HSL220.93º44.4%52.75%-
HSV(B)220.93º56.91%73.73%-
XYZ18.617.6450-
YUV113.16170.24105.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.09%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 188 (73.83% from 255) = 48.96%
R=21.09%
G=29.95%
B=48.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811151880.570.3900.26220.9344.452.75
Hex5173BC392701Add2c35
Octal12116327471470323355465
Binary101000111100111011110011100110011101101011011101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5173BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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