#5D363B

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

Shades of Jazz #5D363B

Tints of Jazz #5D363B

Color information

#5D363B (or 0x5D363B) is unknown color: approx Jazz. HEX triplet: 5D, 36 and 3B. RGB value is (93,54,59). Sum of RGB (Red+Green+Blue) = 93+54+59=206 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.15% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 93 - color contains mainly: red. Hex color #5D363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D363B is #A2C9C4. Grayscale: #424242. Windows color (decimal): -10668485 or 3880541. OLE color: 3880541.

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

Color convert

RGB935459-
CMYK00.420.370.64
HSL352.31º26.53%28.82%-
HSV(B)352.31º41.94%36.47%-
XYZ6.625.284.81-
YUV66.23123.92147.09-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 45.15%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 59 (23.44% from 255) = 28.64%
R=45.15%
G=26.21%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93545900.420.370.64352.3126.5328.82
Hex5D363B02A25401601b1d
Octal1356673052451005403335
Binary1011101110110111011010101010010110000001011000001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,54,59); }

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

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

 a { background-color: rgb(93,54,59); }

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

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

 span { border-color: rgb(93,54,59); }

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