#536352

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

Shades of Nandor #536352

Tints of Nandor #536352

Color information

#536352 (or 0x536352) is unknown color: approx Nandor. HEX triplet: 53, 63 and 52. RGB value is (83,99,82). Sum of RGB (Red+Green+Blue) = 83+99+82=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 99 - color contains mainly: green. Hex color #536352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536352 is #AC9CAD. Grayscale: #5C5C5C. Windows color (decimal): -11312302 or 5399379. OLE color: 5399379.

HSL color Cylindrical-coordinate representation of color #536352: hue angle of 116.47º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #536352 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB839982-
CMYK0.1600.170.61
HSL116.47º9.39%35.49%-
HSV(B)116.47º17.17%38.82%-
XYZ9.5511.379.67-
YUV92.28122.2121.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 82 (32.42% from 255) = 31.06%
R=31.44%
G=37.5%
B=31.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399820.1600.170.61116.479.3935.49
Hex536352100113D74923
Octal12314312220021751641143
Binary1010011110001110100101000001000111110111101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536352; }

 p { color: rgb(83,99,82); }

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

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

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

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

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

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

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