Html Css Color HEX #5E7561 Como

📋 copy color: '#5E7561'

red 94 ◦ green 117 ◦ blue 97

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

Shades of Como #5E7561

Tints of Como #5E7561

RGB

 RED value IS 94 (37.11% from 255) = 30.52%

 GREEN value IS 117 (46.09% from 255) = 37.99%

 BLUE value IS 97 (38.28% from 255) = 31.49%

R = 30.52%
G = 37.99%
B = 31.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#5E7561 (or 0x5E7561) is known color: Como. HEX triplet: 5E, 75 and 61. RGB value is (94,117,97). Sum of RGB (Red+Green+Blue) = 94+117+97=308 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.52% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7561 is #A18A9E. Grayscale: #6B6B6B. Windows color (decimal): -10586783 or 6387038. OLE color: 6387038.

HSL color Cylindrical-coordinate representation of color #5E7561: hue angle of 127.83º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E7561 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 117 97 -
CMYK 0.20 0 0.17 0.54
HSL 127.83º 0.11% 0.41% -
HSV(B) 127.83º 0.2% 0.46% -
XYZ 13.14 15.97 13.7 -
YUV 107.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 94 117 97 0.20 0 0.17 0.54 127.83 0.11 0.41
Hex 5E 75 61 14 0 11 36 80 B 29
Octal 136 165 141 24 0 21 66 200 13 51
Binary 1011110 1110101 1100001 10100 0 10001 110110 10000000 1011 101001

Color Harmonies of #5E7561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7561

Black with #5E7561

Text Example


Text Example

White with #5E7561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,117,97); }

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

background-color css

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

 a { background-color: rgb(94,117,97); }

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

border-color css

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

 span { border-color: rgb(94,117,97); }

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