#576256

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

Shades of Nandor #576256

Tints of Nandor #576256

Color information

#576256 (or 0x576256) is unknown color: approx Nandor. HEX triplet: 57, 62 and 56. RGB value is (87,98,86). Sum of RGB (Red+Green+Blue) = 87+98+86=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 98 - color contains mainly: green. Hex color #576256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576256 is #A89DA9. Grayscale: #5D5D5D. Windows color (decimal): -11050410 or 5661271. OLE color: 5661271.

HSL color Cylindrical-coordinate representation of color #576256: hue angle of 115º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #576256 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB879886-
CMYK0.1100.120.62
HSL115º6.52%36.08%-
HSV(B)115º12.24%38.43%-
XYZ9.9811.4310.49-
YUV93.34123.86123.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.10%
GREEN value IS 98 (38.67% from 255) = 36.16%
BLUE value IS 86 (33.98% from 255) = 31.73%
R=32.10%
G=36.16%
B=31.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8798860.1100.120.621156.5236.08
Hex576256B0C3E73724
Octal1271421261301476163744
Binary1010111110001010101101011011001111101110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576256; }

 p { color: rgb(87,98,86); }

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

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

 a { background-color: rgb(87,98,86); }

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

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

 span { border-color: rgb(87,98,86); }

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