#516268

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

Shades of Smalt Blue #516268

Tints of Smalt Blue #516268

Color information

#516268 (or 0x516268) is unknown color: approx Smalt Blue. HEX triplet: 51, 62 and 68. RGB value is (81,98,104). Sum of RGB (Red+Green+Blue) = 81+98+104=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 104 - color contains mainly: blue. Hex color #516268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516268 is #AE9D97. Grayscale: #5D5D5D. Windows color (decimal): -11443608 or 6840913. OLE color: 6840913.

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

Color convert

RGB8198104-
CMYK0.220.0600.59
HSL195.65º12.43%36.27%-
HSV(B)195.65º22.12%40.78%-
XYZ10.2611.4814.77-
YUV93.6133.87119.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.62%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 104 (41.02% from 255) = 36.75%
R=28.62%
G=34.63%
B=36.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81981040.220.0600.59195.6512.4336.27
Hex51626816603Bc4c24
Octal1211421502660733041444
Binary101000111000101101000101101100111011110001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516268; }

 p { color: rgb(81,98,104); }

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

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

 a { background-color: rgb(81,98,104); }

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

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

 span { border-color: rgb(81,98,104); }

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