#535B53

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

Shades of Nandor #535B53

Tints of Nandor #535B53

Color information

#535B53 (or 0x535B53) is unknown color: approx Nandor. HEX triplet: 53, 5B and 53. RGB value is (83,91,83). Sum of RGB (Red+Green+Blue) = 83+91+83=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 91 - color contains mainly: green. Hex color #535B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B53 is #ACA4AC. Grayscale: #575757. Windows color (decimal): -11314349 or 5462867. OLE color: 5462867.

HSL color Cylindrical-coordinate representation of color #535B53: hue angle of 120º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #535B53 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB839183-
CMYK0.0900.090.64
HSL120º4.6%34.12%-
HSV(B)120º8.79%35.69%-
XYZ8.879.959.64-
YUV87.7125.35124.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.30%
GREEN value IS 91 (35.94% from 255) = 35.41%
BLUE value IS 83 (32.81% from 255) = 32.30%
R=32.30%
G=35.41%
B=32.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8391830.0900.090.641204.634.12
Hex535B539094078522
Octal12313312311011100170542
Binary10100111011011101001110010100110000001111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535B53; }

 p { color: rgb(83,91,83); }

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

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

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

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

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

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

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