#516469

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

Shades of Smalt Blue #516469

Tints of Smalt Blue #516469

Color information

#516469 (or 0x516469) is unknown color: approx Smalt Blue. HEX triplet: 51, 64 and 69. RGB value is (81,100,105). Sum of RGB (Red+Green+Blue) = 81+100+105=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 105 - color contains mainly: blue. Hex color #516469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516469 is #AE9B96. Grayscale: #5E5E5E. Windows color (decimal): -11443095 or 6906961. OLE color: 6906961.

HSL color Cylindrical-coordinate representation of color #516469: hue angle of 192.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #516469 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB81100105-
CMYK0.230.0500.59
HSL192.5º12.9%36.47%-
HSV(B)192.5º22.86%41.18%-
XYZ10.511.8815.1-
YUV94.89133.71118.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.32%
GREEN value IS 100 (39.45% from 255) = 34.97%
BLUE value IS 105 (41.41% from 255) = 36.71%
R=28.32%
G=34.97%
B=36.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal811001050.230.0500.59192.512.936.47
Hex51646917503Bc0d24
Octal1211441512750733001544
Binary101000111001001101001101111010111011110000001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516469; }

 p { color: rgb(81,100,105); }

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

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

 a { background-color: rgb(81,100,105); }

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

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

 span { border-color: rgb(81,100,105); }

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