#535068

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

Shades of Smoky #535068

Tints of Smoky #535068

Color information

#535068 (or 0x535068) is unknown color: approx Smoky. HEX triplet: 53, 50 and 68. RGB value is (83,80,104). Sum of RGB (Red+Green+Blue) = 83+80+104=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 104 - color contains mainly: blue. Hex color #535068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535068 is #ACAF97. Grayscale: #535353. Windows color (decimal): -11317144 or 6836307. OLE color: 6836307.

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

Color convert

RGB8380104-
CMYK0.200.2300.59
HSL247.5º13.04%36.08%-
HSV(B)247.5º23.08%40.78%-
XYZ8.938.5814.28-
YUV83.63139.49127.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.09%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=31.09%
G=29.96%
B=38.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83801040.200.2300.59247.513.0436.08
Hex535068141703Bf8d24
Octal12312015024270733701544
Binary10100111010000110100010100101110111011111110001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535068; }

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

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

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

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

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

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

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

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