#5B3839

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

Shades of Jazz #5B3839

Tints of Jazz #5B3839

Color information

#5B3839 (or 0x5B3839) is unknown color: approx Jazz. HEX triplet: 5B, 38 and 39. RGB value is (91,56,57). Sum of RGB (Red+Green+Blue) = 91+56+57=204 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.61% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3839 is #A4C7C6. Grayscale: #424242. Windows color (decimal): -10799047 or 3749979. OLE color: 3749979.

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

Color convert

RGB915657-
CMYK00.380.370.64
HSL358.29º23.81%28.82%-
HSV(B)358.29º38.46%35.69%-
XYZ6.475.354.56-
YUV66.58122.6145.42-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.61%
GREEN value IS 56 (22.27% from 255) = 27.45%
BLUE value IS 57 (22.66% from 255) = 27.94%
R=44.61%
G=27.45%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91565700.380.370.64358.2923.8128.82
Hex5B38390262540166181d
Octal1337071046451005463035
Binary1011011111000111001010011010010110000001011001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,56,57); }

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

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

 a { background-color: rgb(91,56,57); }

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

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

 span { border-color: rgb(91,56,57); }

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