#576A57

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

Shades of Nandor #576A57

Tints of Nandor #576A57

Color information

#576A57 (or 0x576A57) is unknown color: approx Nandor. HEX triplet: 57, 6A and 57. RGB value is (87,106,87). Sum of RGB (Red+Green+Blue) = 87+106+87=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 106 - color contains mainly: green. Hex color #576A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576A57 is #A895A8. Grayscale: #626262. Windows color (decimal): -11048361 or 5728855. OLE color: 5728855.

HSL color Cylindrical-coordinate representation of color #576A57: hue angle of 120º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #576A57 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB8710687-
CMYK0.1800.180.58
HSL120º9.84%37.84%-
HSV(B)120º17.92%41.57%-
XYZ10.813.0210.96-
YUV98.15121.71120.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.07%
GREEN value IS 106 (41.80% from 255) = 37.86%
BLUE value IS 87 (34.38% from 255) = 31.07%
R=31.07%
G=37.86%
B=31.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87106870.1800.180.581209.8437.84
Hex576A57120123A78a26
Octal12715212722022721701246
Binary1010111110101010101111001001001011101011110001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576A57; }

 p { color: rgb(87,106,87); }

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

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

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

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

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

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

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