#535269

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

Shades of Smoky #535269

Tints of Smoky #535269

Color information

#535269 (or 0x535269) is unknown color: approx Smoky. HEX triplet: 53, 52 and 69. RGB value is (83,82,105). Sum of RGB (Red+Green+Blue) = 83+82+105=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 105 - color contains mainly: blue. Hex color #535269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535269 is #ACAD96. Grayscale: #545454. Windows color (decimal): -11316631 or 6902355. OLE color: 6902355.

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

Color convert

RGB8382105-
CMYK0.210.2200.59
HSL242.61º12.3%36.67%-
HSV(B)242.61º21.9%41.18%-
XYZ9.138.8914.6-
YUV84.92139.33126.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.74%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 105 (41.41% from 255) = 38.89%
R=30.74%
G=30.37%
B=38.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83821050.210.2200.59242.6112.336.67
Hex535269151603Bf3c25
Octal12312215125260733631445
Binary10100111010010110100110101101100111011111100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535269; }

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

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

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

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

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

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

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

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