#576756

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

Shades of Nandor #576756

Tints of Nandor #576756

Color information

#576756 (or 0x576756) is unknown color: approx Nandor. HEX triplet: 57, 67 and 56. RGB value is (87,103,86). Sum of RGB (Red+Green+Blue) = 87+103+86=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 103 - color contains mainly: green. Hex color #576756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576756 is #A898A9. Grayscale: #606060. Windows color (decimal): -11049130 or 5662551. OLE color: 5662551.

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

Color convert

RGB8710386-
CMYK0.1600.170.60
HSL116.47º8.99%37.06%-
HSV(B)116.47º16.5%40.39%-
XYZ10.4612.410.65-
YUV96.28122.2121.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.52%
GREEN value IS 103 (40.62% from 255) = 37.32%
BLUE value IS 86 (33.98% from 255) = 31.16%
R=31.52%
G=37.32%
B=31.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87103860.1600.170.60116.478.9937.06
Hex576756100113C74925
Octal12714712620021741641145
Binary1010111110011110101101000001000111110011101001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576756; }

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

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

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

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

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

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

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

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