#5A7B66

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

Shades of Como #5A7B66

Tints of Como #5A7B66

Color information

#5A7B66 (or 0x5A7B66) is unknown color: approx Como. HEX triplet: 5A, 7B and 66. RGB value is (90,123,102). Sum of RGB (Red+Green+Blue) = 90+123+102=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 123 - color contains mainly: green. Hex color #5A7B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7B66 is #A58499. Grayscale: #6E6E6E. Windows color (decimal): -10847386 or 6716250. OLE color: 6716250.

HSL color Cylindrical-coordinate representation of color #5A7B66: hue angle of 141.82º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A7B66 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB90123102-
CMYK0.2700.170.52
HSL141.82º15.49%41.76%-
HSV(B)141.82º26.83%48.24%-
XYZ13.717.315.19-
YUV110.74123.07113.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.57%
GREEN value IS 123 (48.44% from 255) = 39.05%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=28.57%
G=39.05%
B=32.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal901231020.2700.170.52141.8215.4941.76
Hex5A7B661B011348ef2a
Octal13217314633021642161752
Binary10110101111011110011011011010001110100100011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,123,102); }

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

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

 a { background-color: rgb(90,123,102); }

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

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

 span { border-color: rgb(90,123,102); }

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