#5A5551

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

Shades of Tundora #5A5551

Tints of Tundora #5A5551

Color information

#5A5551 (or 0x5A5551) is unknown color: approx Tundora. HEX triplet: 5A, 55 and 51. RGB value is (90,85,81). Sum of RGB (Red+Green+Blue) = 90+85+81=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5551 is #A5AAAE. Grayscale: #565656. Windows color (decimal): -10857135 or 5330266. OLE color: 5330266.

HSL color Cylindrical-coordinate representation of color #5A5551: hue angle of 26.67º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5A5551 is Cyan = 0, Magento = 0.06, Yellow = 0.1 and Black (K on CMYK) = 0.65.

Color convert

RGB908581-
CMYK00.060.10.65
HSL26.67º5.26%33.53%-
HSV(B)26.67º10%35.29%-
XYZ8.959.269.1-
YUV86.04125.16130.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.16%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 81 (32.03% from 255) = 31.64%
R=35.16%
G=33.20%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90858100.060.10.6526.675.2633.53
Hex5A555106A411b522
Octal132125121061210133542
Binary10110101010101101000101101010100000111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,85,81); }

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

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

 a { background-color: rgb(90,85,81); }

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

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

 span { border-color: rgb(90,85,81); }

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