#525653

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

Shades of Mineral Green #525653

Tints of Mineral Green #525653

Color information

#525653 (or 0x525653) is unknown color: approx Mineral Green. HEX triplet: 52, 56 and 53. RGB value is (82,86,83). Sum of RGB (Red+Green+Blue) = 82+86+83=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 86 - color contains mainly: green. Hex color #525653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525653 is #ADA9AC. Grayscale: #545454. Windows color (decimal): -11381165 or 5461586. OLE color: 5461586.

HSL color Cylindrical-coordinate representation of color #525653: hue angle of 135º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #525653 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB828683-
CMYK0.0500.030.66
HSL135º2.38%32.94%-
HSV(B)135º4.65%33.73%-
XYZ8.379.079.49-
YUV84.46127.17126.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.67%
GREEN value IS 86 (33.98% from 255) = 34.26%
BLUE value IS 83 (32.81% from 255) = 33.07%
R=32.67%
G=34.26%
B=33.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286830.0500.030.661352.3832.94
Hex5256535034287221
Octal122126123503102207241
Binary10100101010110101001110101110000101000011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525653; }

 p { color: rgb(82,86,83); }

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

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

 a { background-color: rgb(82,86,83); }

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

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

 span { border-color: rgb(82,86,83); }

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