#566058

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

Shades of Mineral Green #566058

Tints of Mineral Green #566058

Color information

#566058 (or 0x566058) is unknown color: approx Mineral Green. HEX triplet: 56, 60 and 58. RGB value is (86,96,88). Sum of RGB (Red+Green+Blue) = 86+96+88=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 96 - color contains mainly: green. Hex color #566058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566058 is #A99FA7. Grayscale: #5C5C5C. Windows color (decimal): -11116456 or 5791830. OLE color: 5791830.

HSL color Cylindrical-coordinate representation of color #566058: hue angle of 132º 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 #566058 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB869688-
CMYK0.1000.080.62
HSL132º5.49%35.69%-
HSV(B)132º10.42%37.65%-
XYZ9.7811.0510.85-
YUV92.1125.69123.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.85%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 88 (34.77% from 255) = 32.59%
R=31.85%
G=35.56%
B=32.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696880.1000.080.621325.4935.69
Hex566058A083E84524
Octal1261401301201076204544
Binary10101101100000101100010100100011111010000100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566058; }

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

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

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

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

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

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

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

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