Html Css Color HEX #536B5A Mineral Green

📋 copy color: '#536B5A'

red 83 ◦ green 107 ◦ blue 90

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

Shades of Mineral Green #536B5A

Tints of Mineral Green #536B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.14%

R = 29.64%
G = 38.21%
B = 32.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#536B5A (or 0x536B5A) is known color: Mineral Green. HEX triplet: 53, 6B and 5A. RGB value is (83,107,90). Sum of RGB (Red+Green+Blue) = 83+107+90=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 107 - color contains mainly: green. Hex color #536B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536B5A is #AC94A5. Grayscale: #616161. Windows color (decimal): -11310246 or 5925715. OLE color: 5925715.

HSL color Cylindrical-coordinate representation of color #536B5A: hue angle of 137.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 #536B5A is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 107 90 -
CMYK 0.22 0 0.16 0.58
HSL 137.5º 0.13% 0.37% -
HSV(B) 137.5º 0.22% 0.42% -
XYZ 10.67 13.09 11.64 -
YUV 97.89 123.55 117.38 -
System Red Green Blue C M Y K H S L
Decimal 83 107 90 0.22 0 0.16 0.58 137.5 0.13 0.37
Hex 53 6B 5A 16 0 10 3A 8A D 25
Octal 123 153 132 26 0 20 72 212 15 45
Binary 1010011 1101011 1011010 10110 0 10000 111010 10001010 1101 100101

Color Harmonies of #536B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B5A

Black with #536B5A

Text Example


Text Example

White with #536B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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