#576058

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

Shades of Mineral Green #576058

Tints of Mineral Green #576058

Color information

#576058 (or 0x576058) is unknown color: approx Mineral Green. HEX triplet: 57, 60 and 58. RGB value is (87,96,88). Sum of RGB (Red+Green+Blue) = 87+96+88=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 96 - color contains mainly: green. Hex color #576058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576058 is #A89FA7. Grayscale: #5C5C5C. Windows color (decimal): -11050920 or 5791831. OLE color: 5791831.

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

Color convert

RGB879688-
CMYK0.0900.080.62
HSL126.67º4.92%35.88%-
HSV(B)126.67º9.38%37.65%-
XYZ9.8711.110.85-
YUV92.4125.52124.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.10%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 88 (34.77% from 255) = 32.47%
R=32.10%
G=35.42%
B=32.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796880.0900.080.62126.674.9235.88
Hex5760589083E7f524
Octal1271401301101076177544
Binary1010111110000010110001001010001111101111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576058; }

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

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

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

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

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

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

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

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