#5A6B61

Color #5A6B61 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #5A6B61

Tints of Como #5A6B61

Color information

#5A6B61 (or 0x5A6B61) is unknown color: approx Como. HEX triplet: 5A, 6B and 61. RGB value is (90,107,97). Sum of RGB (Red+Green+Blue) = 90+107+97=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6B61 is #A5949E. Grayscale: #646464. Windows color (decimal): -10851487 or 6384474. OLE color: 6384474.

HSL color Cylindrical-coordinate representation of color #5A6B61: hue angle of 144.71º 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 #5A6B61 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB9010797-
CMYK0.1600.090.58
HSL144.71º8.63%38.63%-
HSV(B)144.71º15.89%41.96%-
XYZ11.6313.5513.31-
YUV100.78125.87120.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.61%
GREEN value IS 107 (42.19% from 255) = 36.39%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=30.61%
G=36.39%
B=32.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90107970.1600.090.58144.718.6338.63
Hex5A6B6110093A91927
Octal13215314120011722211147
Binary1011010110101111000011000001001111010100100011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A6B61;
 }
 .AnyTagClassName
 {
   color: #5A6B61;
 }
</style>
background-color css

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

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

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

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

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

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