Html Css Color HEX #536B5C Mineral Green

📋 copy color: '#536B5C'

red 83 ◦ green 107 ◦ blue 92

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

Shades of Mineral Green #536B5C

Tints of Mineral Green #536B5C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.94%

 BLUE value IS 92 (36.33% from 255) = 32.62%

R = 29.43%
G = 37.94%
B = 32.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#536B5C (or 0x536B5C) is known color: Mineral Green. HEX triplet: 53, 6B and 5C. RGB value is (83,107,92). Sum of RGB (Red+Green+Blue) = 83+107+92=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 107 - color contains mainly: green. Hex color #536B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536B5C is #AC94A3. Grayscale: #626262. Windows color (decimal): -11310244 or 6056787. OLE color: 6056787.

HSL color Cylindrical-coordinate representation of color #536B5C: hue angle of 142.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #536B5C is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 107 92 -
CMYK 0.22 0 0.14 0.58
HSL 142.5º 0.13% 0.37% -
HSV(B) 142.5º 0.22% 0.42% -
XYZ 10.76 13.13 12.09 -
YUV 98.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 83 107 92 0.22 0 0.14 0.58 142.5 0.13 0.37
Hex 53 6B 5C 16 0 E 3A 8E D 25
Octal 123 153 134 26 0 16 72 216 15 45
Binary 1010011 1101011 1011100 10110 0 1110 111010 10001110 1101 100101

Color Harmonies of #536B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B5C

Black with #536B5C

Text Example


Text Example

White with #536B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536B5C; }

 p { color: rgb(83,107,92); }

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

background-color css

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

 a { background-color: rgb(83,107,92); }

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

border-color css

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

 span { border-color: rgb(83,107,92); }

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