#535D54

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

Shades of Nandor #535D54

Tints of Nandor #535D54

Color information

#535D54 (or 0x535D54) is unknown color: approx Nandor. HEX triplet: 53, 5D and 54. RGB value is (83,93,84). Sum of RGB (Red+Green+Blue) = 83+93+84=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 93 - color contains mainly: green. Hex color #535D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D54 is #ACA2AB. Grayscale: #595959. Windows color (decimal): -11313836 or 5528915. OLE color: 5528915.

HSL color Cylindrical-coordinate representation of color #535D54: hue angle of 126º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #535D54 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB839384-
CMYK0.1100.100.64
HSL126º5.68%34.51%-
HSV(B)126º10.75%36.47%-
XYZ9.0810.319.9-
YUV88.98125.19123.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.92%
GREEN value IS 93 (36.72% from 255) = 35.77%
BLUE value IS 84 (33.20% from 255) = 32.31%
R=31.92%
G=35.77%
B=32.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8393840.1100.100.641265.6834.51
Hex535D54B0A407e623
Octal12313512413012100176643
Binary10100111011101101010010110101010000001111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,93,84); }

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

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

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

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

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

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

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