#535251

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

Shades of Tundora #535251

Tints of Tundora #535251

Color information

#535251 (or 0x535251) is unknown color: approx Tundora. HEX triplet: 53, 52 and 51. RGB value is (83,82,81). Sum of RGB (Red+Green+Blue) = 83+82+81=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 83 - color contains mainly: red. Hex color #535251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535251 is #ACADAE. Grayscale: #525252. Windows color (decimal): -11316655 or 5329491. OLE color: 5329491.

HSL color Cylindrical-coordinate representation of color #535251: hue angle of 30º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #535251 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB838281-
CMYK00.010.020.67
HSL30º1.22%32.16%-
HSV(B)30º2.41%32.55%-
XYZ8.078.478.99-
YUV82.18127.33128.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.74%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 32.93%
R=33.74%
G=33.33%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83828100.010.020.67301.2232.16
Hex535251012431e120
Octal12312212101210336140
Binary10100111010010101000101101000011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535251; }

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

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

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

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

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

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

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

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