#516367

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

Shades of Smalt Blue #516367

Tints of Smalt Blue #516367

Color information

#516367 (or 0x516367) is unknown color: approx Smalt Blue. HEX triplet: 51, 63 and 67. RGB value is (81,99,103). Sum of RGB (Red+Green+Blue) = 81+99+103=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 103 - color contains mainly: blue. Hex color #516367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516367 is #AE9C98. Grayscale: #5E5E5E. Windows color (decimal): -11443353 or 6775633. OLE color: 6775633.

HSL color Cylindrical-coordinate representation of color #516367: hue angle of 190.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #516367 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8199103-
CMYK0.210.0400.60
HSL190.91º11.96%36.08%-
HSV(B)190.91º21.36%40.39%-
XYZ10.311.6514.54-
YUV94.07133.04118.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.62%
GREEN value IS 99 (39.06% from 255) = 34.98%
BLUE value IS 103 (40.62% from 255) = 36.40%
R=28.62%
G=34.98%
B=36.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81991030.210.0400.60190.9111.9636.08
Hex51636715403Cbfc24
Octal1211431472540742771444
Binary101000111000111100111101011000111100101111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516367; }

 p { color: rgb(81,99,103); }

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

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

 a { background-color: rgb(81,99,103); }

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

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

 span { border-color: rgb(81,99,103); }

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