Html Css Color HEX #525C54 Mineral Green

📋 copy color: '#525C54'

red 82 ◦ green 92 ◦ blue 84

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

Shades of Mineral Green #525C54

Tints of Mineral Green #525C54

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.66%

 BLUE value IS 84 (33.2% from 255) = 32.56%

R = 31.78%
G = 35.66%
B = 32.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#525C54 (or 0x525C54) is known color: Mineral Green. HEX triplet: 52, 5C and 54. RGB value is (82,92,84). Sum of RGB (Red+Green+Blue) = 82+92+84=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 92 - color contains mainly: green. Hex color #525C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C54 is #ADA3AB. Grayscale: #585858. Windows color (decimal): -11379628 or 5528658. OLE color: 5528658.

HSL color Cylindrical-coordinate representation of color #525C54: hue angle of 132º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #525C54 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 92 84 -
CMYK 0.11 0 0.09 0.64
HSL 132º 0.06% 0.34% -
HSV(B) 132º 0.11% 0.36% -
XYZ 8.91 10.09 9.87 -
YUV 88.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 82 92 84 0.11 0 0.09 0.64 132 0.06 0.34
Hex 52 5C 54 B 0 9 40 84 6 22
Octal 122 134 124 13 0 11 100 204 6 42
Binary 1010010 1011100 1010100 1011 0 1001 1000000 10000100 110 100010

Color Harmonies of #525C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525C54

Black with #525C54

Text Example


Text Example

White with #525C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,92,84); }

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

background-color css

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

 a { background-color: rgb(82,92,84); }

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

border-color css

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

 span { border-color: rgb(82,92,84); }

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