#583233

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

Shades of Jazz #583233

Tints of Jazz #583233

Color information

#583233 (or 0x583233) is unknown color: approx Jazz. HEX triplet: 58, 32 and 33. RGB value is (88,50,51). Sum of RGB (Red+Green+Blue) = 88+50+51=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #583233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583233 is #A7CDCC. Grayscale: #3D3D3D. Windows color (decimal): -10997197 or 3355224. OLE color: 3355224.

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

Color convert

RGB885051-
CMYK00.430.420.65
HSL358.42º27.54%27.06%-
HSV(B)358.42º43.18%34.51%-
XYZ5.764.593.72-
YUV61.48122.09146.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.56%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 51 (20.31% from 255) = 26.98%
R=46.56%
G=26.46%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88505100.430.420.65358.4227.5427.06
Hex58323302B2A411661c1b
Octal1306263053521015463433
Binary1011000110010110011010101110101010000011011001101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583233; }

 p { color: rgb(88,50,51); }

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

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

 a { background-color: rgb(88,50,51); }

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

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

 span { border-color: rgb(88,50,51); }

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