Html Css Color HEX #525653 Mineral Green

📋 copy color: '#525653'

red 82 ◦ green 86 ◦ blue 83

#525653
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #525653

Tints of Mineral Green #525653

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 value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#525653 (or 0x525653) is known color: 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

RGB 82 86 83 -
CMYK 0.05 0 0.03 0.66
HSL 135º 0.02% 0.33% -
HSV(B) 135º 0.05% 0.34% -
XYZ 8.37 9.07 9.49 -
YUV 84.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 82 86 83 0.05 0 0.03 0.66 135 0.02 0.33
Hex 52 56 53 5 0 3 42 87 2 21
Octal 122 126 123 5 0 3 102 207 2 41
Binary 1010010 1010110 1010011 101 0 11 1000010 10000111 10 100001

Color Harmonies of #525653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525653

Black with #525653

Text Example


Text Example

White with #525653

Text Example


Text Example

HTML Codes & Css Web 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>