#535150

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

Shades of Tundora #535150

Tints of Tundora #535150

Color information

#535150 (or 0x535150) is unknown color: approx Tundora. HEX triplet: 53, 51 and 50. RGB value is (83,81,80). Sum of RGB (Red+Green+Blue) = 83+81+80=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 83 - color contains mainly: red. Hex color #535150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535150 is #ACAEAF. Grayscale: #515151. Windows color (decimal): -11316912 or 5263699. OLE color: 5263699.

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

Color convert

RGB838180-
CMYK00.020.040.67
HSL20º1.84%31.96%-
HSV(B)20º3.61%32.55%-
XYZ7.968.38.77-
YUV81.48127.16129.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 81 (32.03% from 255) = 33.20%
BLUE value IS 80 (31.64% from 255) = 32.79%
R=34.02%
G=33.20%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83818000.020.040.67201.8431.96
Hex5351500244314220
Octal12312112002410324240
Binary10100111010001101000001010010000111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535150; }

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

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

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

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

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

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

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

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