#526558

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

Shades of Mineral Green #526558

Tints of Mineral Green #526558

Color information

#526558 (or 0x526558) is unknown color: approx Mineral Green. HEX triplet: 52, 65 and 58. RGB value is (82,101,88). Sum of RGB (Red+Green+Blue) = 82+101+88=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 101 - color contains mainly: green. Hex color #526558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526558 is #AD9AA7. Grayscale: #5D5D5D. Windows color (decimal): -11377320 or 5793106. OLE color: 5793106.

HSL color Cylindrical-coordinate representation of color #526558: hue angle of 138.95º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #526558 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB8210188-
CMYK0.1900.130.60
HSL138.95º10.38%35.88%-
HSV(B)138.95º18.81%39.61%-
XYZ9.8911.8110.99-
YUV93.84124.71119.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.26%
GREEN value IS 101 (39.84% from 255) = 37.27%
BLUE value IS 88 (34.77% from 255) = 32.47%
R=30.26%
G=37.27%
B=32.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101880.1900.130.60138.9510.3835.88
Hex526558130D3C8ba24
Octal12214513023015742131244
Binary1010010110010110110001001101101111100100010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526558; }

 p { color: rgb(82,101,88); }

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

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

 a { background-color: rgb(82,101,88); }

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

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

 span { border-color: rgb(82,101,88); }

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