#535268

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

Shades of Smoky #535268

Tints of Smoky #535268

Color information

#535268 (or 0x535268) is unknown color: approx Smoky. HEX triplet: 53, 52 and 68. RGB value is (83,82,104). Sum of RGB (Red+Green+Blue) = 83+82+104=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 104 - color contains mainly: blue. Hex color #535268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535268 is #ACAD97. Grayscale: #545454. Windows color (decimal): -11316632 or 6836819. OLE color: 6836819.

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

Color convert

RGB8382104-
CMYK0.200.2100.59
HSL242.73º11.83%36.47%-
HSV(B)242.73º21.15%40.78%-
XYZ9.088.8714.33-
YUV84.81138.83126.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.86%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 104 (41.02% from 255) = 38.66%
R=30.86%
G=30.48%
B=38.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83821040.200.2100.59242.7311.8336.47
Hex535268141503Bf3c24
Octal12312215024250733631444
Binary10100111010010110100010100101010111011111100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535268; }

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

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

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

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

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

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

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

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