#536354

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

Shades of Nandor #536354

Tints of Nandor #536354

Color information

#536354 (or 0x536354) is unknown color: approx Nandor. HEX triplet: 53, 63 and 54. RGB value is (83,99,84). Sum of RGB (Red+Green+Blue) = 83+99+84=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 99 - color contains mainly: green. Hex color #536354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536354 is #AC9CAB. Grayscale: #5C5C5C. Windows color (decimal): -11312300 or 5530451. OLE color: 5530451.

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

Color convert

RGB839984-
CMYK0.1600.150.61
HSL123.75º8.79%35.69%-
HSV(B)123.75º16.16%38.82%-
XYZ9.6311.410.08-
YUV92.51123.2121.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.20%
GREEN value IS 99 (39.06% from 255) = 37.22%
BLUE value IS 84 (33.20% from 255) = 31.58%
R=31.20%
G=37.22%
B=31.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399840.1600.150.61123.758.7935.69
Hex536354100F3D7c924
Octal12314312420017751741144
Binary101001111000111010100100000111111110111111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536354; }

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

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

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

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

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

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

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

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