#576056

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

Shades of Nandor #576056

Tints of Nandor #576056

Color information

#576056 (or 0x576056) is unknown color: approx Nandor. HEX triplet: 57, 60 and 56. RGB value is (87,96,86). Sum of RGB (Red+Green+Blue) = 87+96+86=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 96 - color contains mainly: green. Hex color #576056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576056 is #A89FA9. Grayscale: #5C5C5C. Windows color (decimal): -11050922 or 5660759. OLE color: 5660759.

HSL color Cylindrical-coordinate representation of color #576056: hue angle of 114º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #576056 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB879686-
CMYK0.0900.100.62
HSL114º5.49%35.69%-
HSV(B)114º10.42%37.65%-
XYZ9.7911.0610.42-
YUV92.17124.52124.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.34%
GREEN value IS 96 (37.89% from 255) = 35.69%
BLUE value IS 86 (33.98% from 255) = 31.97%
R=32.34%
G=35.69%
B=31.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796860.0900.100.621145.4935.69
Hex57605690A3E72524
Octal1271401261101276162544
Binary1010111110000010101101001010101111101110010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576056; }

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

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

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

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

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

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

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

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