#536451

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

Shades of Nandor #536451

Tints of Nandor #536451

Color information

#536451 (or 0x536451) is unknown color: approx Nandor. HEX triplet: 53, 64 and 51. RGB value is (83,100,81). Sum of RGB (Red+Green+Blue) = 83+100+81=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 100 - color contains mainly: green. Hex color #536451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536451 is #AC9BAE. Grayscale: #5C5C5C. Windows color (decimal): -11312047 or 5334099. OLE color: 5334099.

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

Color convert

RGB8310081-
CMYK0.1700.190.61
HSL113.68º10.5%35.49%-
HSV(B)113.68º19%39.22%-
XYZ9.6111.559.51-
YUV92.75121.37121.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 100 (39.45% from 255) = 37.88%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=31.44%
G=37.88%
B=30.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal83100810.1700.190.61113.6810.535.49
Hex536451110133D72a23
Octal12314412121023751621243
Binary1010011110010010100011000101001111110111100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536451; }

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

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

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

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

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

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

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

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