#536351

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

Shades of Nandor #536351

Tints of Nandor #536351

Color information

#536351 (or 0x536351) is unknown color: approx Nandor. HEX triplet: 53, 63 and 51. RGB value is (83,99,81). Sum of RGB (Red+Green+Blue) = 83+99+81=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 99 - color contains mainly: green. Hex color #536351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536351 is #AC9CAE. Grayscale: #5C5C5C. Windows color (decimal): -11312303 or 5333843. OLE color: 5333843.

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

Color convert

RGB839981-
CMYK0.1600.180.61
HSL113.33º10%35.29%-
HSV(B)113.33º18.18%38.82%-
XYZ9.5111.369.48-
YUV92.16121.7121.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.56%
GREEN value IS 99 (39.06% from 255) = 37.64%
BLUE value IS 81 (32.03% from 255) = 30.80%
R=31.56%
G=37.64%
B=30.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399810.1600.180.61113.331035.29
Hex536351100123D71a23
Octal12314312120022751611243
Binary1010011110001110100011000001001011110111100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536351; }

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

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

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

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

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

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

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

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