#535169

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

Shades of Smoky #535169

Tints of Smoky #535169

Color information

#535169 (or 0x535169) is unknown color: approx Smoky. HEX triplet: 53, 51 and 69. RGB value is (83,81,105). Sum of RGB (Red+Green+Blue) = 83+81+105=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 105 - color contains mainly: blue. Hex color #535169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535169 is #ACAE96. Grayscale: #545454. Windows color (decimal): -11316887 or 6902099. OLE color: 6902099.

HSL color Cylindrical-coordinate representation of color #535169: hue angle of 245º 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 #535169 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8381105-
CMYK0.210.2300.59
HSL245º12.9%36.47%-
HSV(B)245º22.86%41.18%-
XYZ9.068.7414.57-
YUV84.33139.66127.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.86%
GREEN value IS 81 (32.03% from 255) = 30.11%
BLUE value IS 105 (41.41% from 255) = 39.03%
R=30.86%
G=30.11%
B=39.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83811050.210.2300.5924512.936.47
Hex535169151703Bf5d24
Octal12312115125270733651544
Binary10100111010001110100110101101110111011111101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535169; }

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

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

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

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

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

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

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

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