Html Css Color HEX #536358 Mineral Green

📋 copy color: '#536358'

red 83 ◦ green 99 ◦ blue 88

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

Shades of Mineral Green #536358

Tints of Mineral Green #536358

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.67%

 BLUE value IS 88 (34.77% from 255) = 32.59%

R = 30.74%
G = 36.67%
B = 32.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#536358 (or 0x536358) is known color: Mineral Green. HEX triplet: 53, 63 and 58. RGB value is (83,99,88). Sum of RGB (Red+Green+Blue) = 83+99+88=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 99 - color contains mainly: green. Hex color #536358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536358 is #AC9CA7. Grayscale: #5C5C5C. Windows color (decimal): -11312296 or 5792595. OLE color: 5792595.

HSL color Cylindrical-coordinate representation of color #536358: hue angle of 138.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #536358 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 99 88 -
CMYK 0.16 0 0.11 0.61
HSL 138.75º 0.09% 0.36% -
HSV(B) 138.75º 0.16% 0.39% -
XYZ 9.79 11.47 10.93 -
YUV 92.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 83 99 88 0.16 0 0.11 0.61 138.75 0.09 0.36
Hex 53 63 58 10 0 B 3D 8B 9 24
Octal 123 143 130 20 0 13 75 213 11 44
Binary 1010011 1100011 1011000 10000 0 1011 111101 10001011 1001 100100

Color Harmonies of #536358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536358

Black with #536358

Text Example


Text Example

White with #536358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536358; }

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

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

background-color css

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

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

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

border-color css

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

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

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