Html Css Color HEX #525853 Mineral Green

📋 copy color: '#525853'

red 82 ◦ green 88 ◦ blue 83

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

Shades of Mineral Green #525853

Tints of Mineral Green #525853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.78%

 BLUE value IS 83 (32.81% from 255) = 32.81%

R = 32.41%
G = 34.78%
B = 32.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#525853 (or 0x525853) is known color: Mineral Green. HEX triplet: 52, 58 and 53. RGB value is (82,88,83). Sum of RGB (Red+Green+Blue) = 82+88+83=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 88 - color contains mainly: green. Hex color #525853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525853 is #ADA7AC. Grayscale: #555555. Windows color (decimal): -11380653 or 5462098. OLE color: 5462098.

HSL color Cylindrical-coordinate representation of color #525853: hue angle of 130º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #525853 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 83 -
CMYK 0.07 0 0.06 0.65
HSL 130º 0.04% 0.33% -
HSV(B) 130º 0.07% 0.35% -
XYZ 8.53 9.4 9.55 -
YUV 85.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 82 88 83 0.07 0 0.06 0.65 130 0.04 0.33
Hex 52 58 53 7 0 6 41 82 4 21
Octal 122 130 123 7 0 6 101 202 4 41
Binary 1010010 1011000 1010011 111 0 110 1000001 10000010 100 100001

Color Harmonies of #525853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525853

Black with #525853

Text Example


Text Example

White with #525853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525853; }

 p { color: rgb(82,88,83); }

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

background-color css

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

 a { background-color: rgb(82,88,83); }

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

border-color css

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

 span { border-color: rgb(82,88,83); }

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