#58393B

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

Shades of Jazz #58393B

Tints of Jazz #58393B

Color information

#58393B (or 0x58393B) is unknown color: approx Jazz. HEX triplet: 58, 39 and 3B. RGB value is (88,57,59). Sum of RGB (Red+Green+Blue) = 88+57+59=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #58393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58393B is #A7C6C4. Grayscale: #424242. Windows color (decimal): -10995397 or 3881304. OLE color: 3881304.

HSL color Cylindrical-coordinate representation of color #58393B: hue angle of 356.13º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #58393B is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB885759-
CMYK00.350.330.65
HSL356.13º21.38%28.43%-
HSV(B)356.13º35.23%34.51%-
XYZ6.285.324.83-
YUV66.5123.77143.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.14%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 59 (23.44% from 255) = 28.92%
R=43.14%
G=27.94%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88575900.350.330.65356.1321.3828.43
Hex58393B0232141164151c
Octal1307173043411015442534
Binary1011000111001111011010001110000110000011011001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58393B; }

 p { color: rgb(88,57,59); }

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

<style>
 a { background-color: #58393B; }

 a { background-color: rgb(88,57,59); }

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

<style>
 span { border-color: #58393B; }

 span { border-color: rgb(88,57,59); }

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