#576358

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

Shades of Nandor #576358

Tints of Nandor #576358

Color information

#576358 (or 0x576358) is unknown color: approx Nandor. HEX triplet: 57, 63 and 58. RGB value is (87,99,88). Sum of RGB (Red+Green+Blue) = 87+99+88=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 99 - color contains mainly: green. Hex color #576358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576358 is #A89CA7. Grayscale: #5E5E5E. Windows color (decimal): -11050152 or 5792599. OLE color: 5792599.

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

Color convert

RGB879988-
CMYK0.1200.110.61
HSL125º6.45%36.47%-
HSV(B)125º12.12%38.82%-
XYZ10.1511.6510.95-
YUV94.16124.52122.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.75%
GREEN value IS 99 (39.06% from 255) = 36.13%
BLUE value IS 88 (34.77% from 255) = 32.12%
R=31.75%
G=36.13%
B=32.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8799880.1200.110.611256.4536.47
Hex576358C0B3D7d624
Octal1271431301401375175644
Binary1010111110001110110001100010111111011111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576358; }

 p { color: rgb(87,99,88); }

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

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

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

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

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

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

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