#5B6860

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

Shades of Mineral Green #5B6860

Tints of Mineral Green #5B6860

Color information

#5B6860 (or 0x5B6860) is unknown color: approx Mineral Green. HEX triplet: 5B, 68 and 60. RGB value is (91,104,96). Sum of RGB (Red+Green+Blue) = 91+104+96=291 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.27% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 104 - color contains mainly: green. Hex color #5B6860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6860 is #A4979F. Grayscale: #636363. Windows color (decimal): -10786720 or 6318171. OLE color: 6318171.

HSL color Cylindrical-coordinate representation of color #5B6860: hue angle of 143.08º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B6860 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB9110496-
CMYK0.1200.080.59
HSL143.08º6.67%38.24%-
HSV(B)143.08º12.5%40.78%-
XYZ11.3812.9712.97-
YUV99.2126.19122.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.27%
GREEN value IS 104 (41.02% from 255) = 35.74%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=31.27%
G=35.74%
B=32.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal91104960.1200.080.59143.086.6738.24
Hex5B6860C083B8f726
Octal1331501401401073217746
Binary10110111101000110000011000100011101110001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B6860; }

 p { color: rgb(91,104,96); }

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

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

 a { background-color: rgb(91,104,96); }

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

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

 span { border-color: rgb(91,104,96); }

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