Html Css Color HEX #526855 Mineral Green

📋 copy color: '#526855'

red 82 ◦ green 104 ◦ blue 85

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

Shades of Mineral Green #526855

Tints of Mineral Green #526855

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.38%

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

R = 30.26%
G = 38.38%
B = 31.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#526855 (or 0x526855) is known color: Mineral Green. HEX triplet: 52, 68 and 55. RGB value is (82,104,85). Sum of RGB (Red+Green+Blue) = 82+104+85=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 104 - color contains mainly: green. Hex color #526855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526855 is #AD97AA. Grayscale: #5F5F5F. Windows color (decimal): -11376555 or 5597266. OLE color: 5597266.

HSL color Cylindrical-coordinate representation of color #526855: hue angle of 128.18º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #526855 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 104 85 -
CMYK 0.21 0 0.18 0.59
HSL 128.18º 0.12% 0.36% -
HSV(B) 128.18º 0.21% 0.41% -
XYZ 10.07 12.35 10.45 -
YUV 95.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 82 104 85 0.21 0 0.18 0.59 128.18 0.12 0.36
Hex 52 68 55 15 0 12 3B 80 C 24
Octal 122 150 125 25 0 22 73 200 14 44
Binary 1010010 1101000 1010101 10101 0 10010 111011 10000000 1100 100100

Color Harmonies of #526855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526855

Black with #526855

Text Example


Text Example

White with #526855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526855; }

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

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

background-color css

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

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

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

border-color css

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

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

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