#536553

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

Shades of Nandor #536553

Tints of Nandor #536553

Color information

#536553 (or 0x536553) is unknown color: approx Nandor. HEX triplet: 53, 65 and 53. RGB value is (83,101,83). Sum of RGB (Red+Green+Blue) = 83+101+83=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 101 - color contains mainly: green. Hex color #536553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536553 is #AC9AAC. Grayscale: #5D5D5D. Windows color (decimal): -11311789 or 5465427. OLE color: 5465427.

HSL color Cylindrical-coordinate representation of color #536553: hue angle of 120º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #536553 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB8310183-
CMYK0.1800.180.60
HSL120º9.78%36.08%-
HSV(B)120º17.82%39.61%-
XYZ9.7811.779.94-
YUV93.57122.04120.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.09%
GREEN value IS 101 (39.84% from 255) = 37.83%
BLUE value IS 83 (32.81% from 255) = 31.09%
R=31.09%
G=37.83%
B=31.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83101830.1800.180.601209.7836.08
Hex536553120123C78a24
Octal12314512322022741701244
Binary1010011110010110100111001001001011110011110001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536553; }

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

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

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

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

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

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

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

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