#514D69

Color #514D69 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #514D69

Tints of Smoky #514D69

Color information

#514D69 (or 0x514D69) is unknown color: approx Smoky. HEX triplet: 51, 4D and 69. RGB value is (81,77,105). Sum of RGB (Red+Green+Blue) = 81+77+105=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 105 - color contains mainly: blue. Hex color #514D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D69 is #AEB296. Grayscale: #515151. Windows color (decimal): -11448983 or 6901073. OLE color: 6901073.

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

Color convert

RGB8177105-
CMYK0.230.2700.59
HSL248.57º15.38%35.69%-
HSV(B)248.57º26.67%41.18%-
XYZ8.68.0814.47-
YUV81.39141.33127.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 77 (30.47% from 255) = 29.28%
BLUE value IS 105 (41.41% from 255) = 39.92%
R=30.80%
G=29.28%
B=39.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81771050.230.2700.59248.5715.3835.69
Hex514D69171B03Bf9f24
Octal12111515127330733711744
Binary10100011001101110100110111110110111011111110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514D69; }

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

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

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

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

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

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

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

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