#5C534F

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

Shades of Tundora #5C534F

Tints of Tundora #5C534F

Color information

#5C534F (or 0x5C534F) is unknown color: approx Tundora. HEX triplet: 5C, 53 and 4F. RGB value is (92,83,79). Sum of RGB (Red+Green+Blue) = 92+83+79=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 92 - color contains mainly: red. Hex color #5C534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C534F is #A3ACB0. Grayscale: #555555. Windows color (decimal): -10726577 or 5198684. OLE color: 5198684.

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

Color convert

RGB928379-
CMYK00.100.140.64
HSL18.46º7.6%33.53%-
HSV(B)18.46º14.13%36.08%-
XYZ8.929.038.67-
YUV85.24124.48132.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.22%
GREEN value IS 83 (32.81% from 255) = 32.68%
BLUE value IS 79 (31.25% from 255) = 31.10%
R=36.22%
G=32.68%
B=31.10%

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
Decimal92837900.100.140.6418.467.633.53
Hex5C534F0AE4012822
Octal13412311701216100221042
Binary1011100101001110011110101011101000000100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,83,79); }

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

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

 a { background-color: rgb(92,83,79); }

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

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

 span { border-color: rgb(92,83,79); }

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