#5A3536

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

Shades of Jazz #5A3536

Tints of Jazz #5A3536

Color information

#5A3536 (or 0x5A3536) is unknown color: approx Jazz. HEX triplet: 5A, 35 and 36. RGB value is (90,53,54). Sum of RGB (Red+Green+Blue) = 90+53+54=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3536 is #A5CAC9. Grayscale: #404040. Windows color (decimal): -10865354 or 3552602. OLE color: 3552602.

HSL color Cylindrical-coordinate representation of color #5A3536: hue angle of 358.38º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A3536 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB905354-
CMYK00.410.400.65
HSL358.38º25.87%28.04%-
HSV(B)358.38º41.11%35.29%-
XYZ6.164.994.13-
YUV64.18122.26146.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.69%
GREEN value IS 53 (21.09% from 255) = 26.90%
BLUE value IS 54 (21.48% from 255) = 27.41%
R=45.69%
G=26.90%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90535400.410.400.65358.3825.8728.04
Hex5A353602928411661a1c
Octal1326566051501015463234
Binary1011010110101110110010100110100010000011011001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,53,54); }

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

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

 a { background-color: rgb(90,53,54); }

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

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

 span { border-color: rgb(90,53,54); }

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