Html Css Color HEX #536558 Mineral Green

📋 copy color: '#536558'

red 83 ◦ green 101 ◦ blue 88

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

Shades of Mineral Green #536558

Tints of Mineral Green #536558

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.13%

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

R = 30.51%
G = 37.13%
B = 32.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#536558 (or 0x536558) is known color: Mineral Green. HEX triplet: 53, 65 and 58. RGB value is (83,101,88). Sum of RGB (Red+Green+Blue) = 83+101+88=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 101 - color contains mainly: green. Hex color #536558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536558 is #AC9AA7. Grayscale: #5E5E5E. Windows color (decimal): -11311784 or 5793107. OLE color: 5793107.

HSL color Cylindrical-coordinate representation of color #536558: hue angle of 136.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #536558 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 101 88 -
CMYK 0.18 0 0.13 0.60
HSL 136.67º 0.1% 0.36% -
HSV(B) 136.67º 0.18% 0.4% -
XYZ 9.98 11.85 10.99 -
YUV 94.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 83 101 88 0.18 0 0.13 0.60 136.67 0.1 0.36
Hex 53 65 58 12 0 D 3C 89 A 24
Octal 123 145 130 22 0 15 74 211 12 44
Binary 1010011 1100101 1011000 10010 0 1101 111100 10001001 1010 100100

Color Harmonies of #536558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536558

Black with #536558

Text Example


Text Example

White with #536558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536558; }

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

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

background-color css

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

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

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

border-color css

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

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

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