Html Css Color HEX #526054 Mineral Green

📋 copy color: '#526054'

red 82 ◦ green 96 ◦ blue 84

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

Shades of Mineral Green #526054

Tints of Mineral Green #526054

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.64%

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

R = 31.3%
G = 36.64%
B = 32.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#526054 (or 0x526054) is known color: Mineral Green. HEX triplet: 52, 60 and 54. RGB value is (82,96,84). Sum of RGB (Red+Green+Blue) = 82+96+84=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 96 - color contains mainly: green. Hex color #526054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526054 is #AD9FAB. Grayscale: #5A5A5A. Windows color (decimal): -11378604 or 5529682. OLE color: 5529682.

HSL color Cylindrical-coordinate representation of color #526054: hue angle of 128.57º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #526054 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 96 84 -
CMYK 0.15 0 0.12 0.62
HSL 128.57º 0.08% 0.35% -
HSV(B) 128.57º 0.15% 0.38% -
XYZ 9.26 10.8 9.98 -
YUV 90.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 82 96 84 0.15 0 0.12 0.62 128.57 0.08 0.35
Hex 52 60 54 F 0 C 3E 81 8 23
Octal 122 140 124 17 0 14 76 201 10 43
Binary 1010010 1100000 1010100 1111 0 1100 111110 10000001 1000 100011

Color Harmonies of #526054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526054

Black with #526054

Text Example


Text Example

White with #526054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526054; }

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

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

background-color css

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

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

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

border-color css

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

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

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