Html Css Color HEX #536255 Mineral Green

📋 copy color: '#536255'

red 83 ◦ green 98 ◦ blue 85

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

Shades of Mineral Green #536255

Tints of Mineral Green #536255

RGB

 RED value IS 83 (32.81% from 255) = 31.2%

 GREEN value IS 98 (38.67% from 255) = 36.84%

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

R = 31.2%
G = 36.84%
B = 31.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#536255 (or 0x536255) is known color: Mineral Green. HEX triplet: 53, 62 and 55. RGB value is (83,98,85). Sum of RGB (Red+Green+Blue) = 83+98+85=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 98 - color contains mainly: green. Hex color #536255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536255 is #AC9DAA. Grayscale: #5C5C5C. Windows color (decimal): -11312555 or 5595731. OLE color: 5595731.

HSL color Cylindrical-coordinate representation of color #536255: hue angle of 128º 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 #536255 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 98 85 -
CMYK 0.15 0 0.13 0.62
HSL 128º 0.08% 0.35% -
HSV(B) 128º 0.15% 0.38% -
XYZ 9.57 11.23 10.26 -
YUV 92.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 83 98 85 0.15 0 0.13 0.62 128 0.08 0.35
Hex 53 62 55 F 0 D 3E 80 8 23
Octal 123 142 125 17 0 15 76 200 10 43
Binary 1010011 1100010 1010101 1111 0 1101 111110 10000000 1000 100011

Color Harmonies of #536255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536255

Black with #536255

Text Example


Text Example

White with #536255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536255; }

 p { color: rgb(83,98,85); }

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

background-color css

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

 a { background-color: rgb(83,98,85); }

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

border-color css

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

 span { border-color: rgb(83,98,85); }

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