#5B5451

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

Shades of Tundora #5B5451

Tints of Tundora #5B5451

Color information

#5B5451 (or 0x5B5451) is unknown color: approx Tundora. HEX triplet: 5B, 54 and 51. RGB value is (91,84,81). Sum of RGB (Red+Green+Blue) = 91+84+81=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5451 is #A4ABAE. Grayscale: #555555. Windows color (decimal): -10791855 or 5330011. OLE color: 5330011.

HSL color Cylindrical-coordinate representation of color #5B5451: hue angle of 18º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5B5451 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB918481-
CMYK00.080.110.64
HSL18º5.81%33.73%-
HSV(B)18º10.99%35.69%-
XYZ8.979.169.08-
YUV85.75125.32131.74-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.55%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 81 (32.03% from 255) = 31.64%
R=35.55%
G=32.81%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91848100.080.110.64185.8133.73
Hex5B545108B4012622
Octal1331241210101310022642
Binary101101110101001010001010001011100000010010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,84,81); }

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

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

 a { background-color: rgb(91,84,81); }

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

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

 span { border-color: rgb(91,84,81); }

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