#576156

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

Shades of Nandor #576156

Tints of Nandor #576156

Color information

#576156 (or 0x576156) is unknown color: approx Nandor. HEX triplet: 57, 61 and 56. RGB value is (87,97,86). Sum of RGB (Red+Green+Blue) = 87+97+86=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 97 - color contains mainly: green. Hex color #576156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576156 is #A89EA9. Grayscale: #5C5C5C. Windows color (decimal): -11050666 or 5661015. OLE color: 5661015.

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

Color convert

RGB879786-
CMYK0.1000.110.62
HSL114.55º6.01%35.88%-
HSV(B)114.55º11.34%38.04%-
XYZ9.8811.2510.45-
YUV92.76124.19123.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.22%
GREEN value IS 97 (38.28% from 255) = 35.93%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=32.22%
G=35.93%
B=31.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8797860.1000.110.62114.556.0135.88
Hex576156A0B3E73624
Octal1271411261201376163644
Binary1010111110000110101101010010111111101110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576156; }

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

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

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

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

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

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

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

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