Html Css Color HEX #5A6B5E Mineral Green

📋 copy color: '#5A6B5E'

red 90 ◦ green 107 ◦ blue 94

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

Shades of Mineral Green #5A6B5E

Tints of Mineral Green #5A6B5E

RGB

 RED value IS 90 (35.55% from 255) = 30.93%

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

 BLUE value IS 94 (37.11% from 255) = 32.3%

R = 30.93%
G = 36.77%
B = 32.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#5A6B5E (or 0x5A6B5E) is known color: Mineral Green. HEX triplet: 5A, 6B and 5E. RGB value is (90,107,94). Sum of RGB (Red+Green+Blue) = 90+107+94=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6B5E is #A594A1. Grayscale: #646464. Windows color (decimal): -10851490 or 6187866. OLE color: 6187866.

HSL color Cylindrical-coordinate representation of color #5A6B5E: hue angle of 134.12º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5A6B5E is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 90 107 94 -
CMYK 0.16 0 0.12 0.58
HSL 134.12º 0.09% 0.39% -
HSV(B) 134.12º 0.16% 0.42% -
XYZ 11.49 13.5 12.59 -
YUV 100.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 90 107 94 0.16 0 0.12 0.58 134.12 0.09 0.39
Hex 5A 6B 5E 10 0 C 3A 86 9 27
Octal 132 153 136 20 0 14 72 206 11 47
Binary 1011010 1101011 1011110 10000 0 1100 111010 10000110 1001 100111

Color Harmonies of #5A6B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6B5E

Black with #5A6B5E

Text Example


Text Example

White with #5A6B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A6B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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