#5A393A

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

Shades of Jazz #5A393A

Tints of Jazz #5A393A

Color information

#5A393A (or 0x5A393A) is unknown color: approx Jazz. HEX triplet: 5A, 39 and 3A. RGB value is (90,57,58). Sum of RGB (Red+Green+Blue) = 90+57+58=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 90 - color contains mainly: red. Hex color #5A393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A393A is #A5C6C5. Grayscale: #434343. Windows color (decimal): -10864326 or 3815770. OLE color: 3815770.

HSL color Cylindrical-coordinate representation of color #5A393A: hue angle of 358.18º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A393A is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB905758-
CMYK00.370.360.65
HSL358.18º22.45%28.82%-
HSV(B)358.18º36.67%35.29%-
XYZ6.445.414.71-
YUV66.98122.93144.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.90%
GREEN value IS 57 (22.66% from 255) = 27.80%
BLUE value IS 58 (23.05% from 255) = 28.29%
R=43.90%
G=27.80%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90575800.370.360.65358.1822.4528.82
Hex5A393A0252441166161d
Octal1327172045441015462635
Binary1011010111001111010010010110010010000011011001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,57,58); }

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

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

 a { background-color: rgb(90,57,58); }

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

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

 span { border-color: rgb(90,57,58); }

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