Html Css Color HEX #525F55 Mineral Green

📋 copy color: '#525F55'

red 82 ◦ green 95 ◦ blue 85

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

Shades of Mineral Green #525F55

Tints of Mineral Green #525F55

RGB

 RED value IS 82 (32.42% from 255) = 31.3%

 GREEN value IS 95 (37.5% from 255) = 36.26%

 BLUE value IS 85 (33.59% from 255) = 32.44%

R = 31.3%
G = 36.26%
B = 32.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.63

RGB Variations

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

Color information

#525F55 (or 0x525F55) is known color: Mineral Green. HEX triplet: 52, 5F and 55. RGB value is (82,95,85). Sum of RGB (Red+Green+Blue) = 82+95+85=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 95 - color contains mainly: green. Hex color #525F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F55 is #ADA0AA. Grayscale: #595959. Windows color (decimal): -11378859 or 5594962. OLE color: 5594962.

HSL color Cylindrical-coordinate representation of color #525F55: hue angle of 133.85º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #525F55 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.

Color convert

RGB 82 95 85 -
CMYK 0.14 0 0.11 0.63
HSL 133.85º 0.07% 0.35% -
HSV(B) 133.85º 0.14% 0.37% -
XYZ 9.21 10.63 10.16 -
YUV 89.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 82 95 85 0.14 0 0.11 0.63 133.85 0.07 0.35
Hex 52 5F 55 E 0 B 3F 86 7 23
Octal 122 137 125 16 0 13 77 206 7 43
Binary 1010010 1011111 1010101 1110 0 1011 111111 10000110 111 100011

Color Harmonies of #525F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F55

Black with #525F55

Text Example


Text Example

White with #525F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525F55; }

 p { color: rgb(82,95,85); }

 H1.HeaderClassName
 {
   color: #525F55;
 }
 .AnyTagClassName
 {
   color: #525F55;
 }
</style>

background-color css

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

 a { background-color: rgb(82,95,85); }

 div.DivClassName
 {
   background-color: #525F55;
 }
 .BgClassName
 {
   background-color: #525F55;
 }
</style>

border-color css

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

 span { border-color: rgb(82,95,85); }

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