#535266

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

Shades of Smoky #535266

Tints of Smoky #535266

Color information

#535266 (or 0x535266) is unknown color: approx Smoky. HEX triplet: 53, 52 and 66. RGB value is (83,82,102). Sum of RGB (Red+Green+Blue) = 83+82+102=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 102 - color contains mainly: blue. Hex color #535266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535266 is #ACAD99. Grayscale: #545454. Windows color (decimal): -11316634 or 6705747. OLE color: 6705747.

HSL color Cylindrical-coordinate representation of color #535266: hue angle of 243º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #535266 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8382102-
CMYK0.190.2000.6
HSL243º10.87%36.08%-
HSV(B)243º19.61%40%-
XYZ8.988.8313.8-
YUV84.58137.83126.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.09%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 102 (40.23% from 255) = 38.20%
R=31.09%
G=30.71%
B=38.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83821020.190.2000.624310.8736.08
Hex535266131403Cf3b24
Octal12312214623240743631344
Binary10100111010010110011010011101000111100111100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535266; }

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

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

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

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

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

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

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

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