#5B524E

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

Shades of Tundora #5B524E

Tints of Tundora #5B524E

Color information

#5B524E (or 0x5B524E) is unknown color: approx Tundora. HEX triplet: 5B, 52 and 4E. RGB value is (91,82,78). Sum of RGB (Red+Green+Blue) = 91+82+78=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 91 - color contains mainly: red. Hex color #5B524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B524E is #A4ADB1. Grayscale: #545454. Windows color (decimal): -10792370 or 5132891. OLE color: 5132891.

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

Color convert

RGB918278-
CMYK00.100.140.64
HSL18.46º7.69%33.14%-
HSV(B)18.46º14.29%35.69%-
XYZ8.718.818.45-
YUV84.24124.48132.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.25%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 78 (30.86% from 255) = 31.08%
R=36.25%
G=32.67%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91827800.100.140.6418.467.6933.14
Hex5B524E0AE4012821
Octal13312211601216100221041
Binary1011011101001010011100101011101000000100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,82,78); }

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

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

 a { background-color: rgb(91,82,78); }

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

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

 span { border-color: rgb(91,82,78); }

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