#536053

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

Shades of Nandor #536053

Tints of Nandor #536053

Color information

#536053 (or 0x536053) is unknown color: approx Nandor. HEX triplet: 53, 60 and 53. RGB value is (83,96,83). Sum of RGB (Red+Green+Blue) = 83+96+83=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 96 - color contains mainly: green. Hex color #536053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536053 is #AC9FAC. Grayscale: #5A5A5A. Windows color (decimal): -11313069 or 5464147. OLE color: 5464147.

HSL color Cylindrical-coordinate representation of color #536053: hue angle of 120º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #536053 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB839683-
CMYK0.1400.140.62
HSL120º7.26%35.1%-
HSV(B)120º13.54%37.65%-
XYZ9.3110.839.78-
YUV90.63123.69122.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 83 (32.81% from 255) = 31.68%
R=31.68%
G=36.64%
B=31.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8396830.1400.140.621207.2635.1
Hex536053E0E3E78723
Octal1231401231601676170743
Binary1010011110000010100111110011101111101111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536053; }

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

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

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

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

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

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

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

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