#58474C

Color #58474C Don Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Don Juan #58474C

Tints of Don Juan #58474C

Color information

#58474C (or 0x58474C) is unknown color: approx Don Juan. HEX triplet: 58, 47 and 4C. RGB value is (88,71,76). Sum of RGB (Red+Green+Blue) = 88+71+76=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 88 - color contains mainly: red. Hex color #58474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58474C is #A7B8B3. Grayscale: #4C4C4C. Windows color (decimal): -10991796 or 4999000. OLE color: 4999000.

HSL color Cylindrical-coordinate representation of color #58474C: hue angle of 342.35º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #58474C is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB887176-
CMYK00.190.140.65
HSL342.35º10.69%31.18%-
HSV(B)342.35º19.32%34.51%-
XYZ7.587.17.81-
YUV76.65127.63136.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 71 (28.12% from 255) = 30.21%
BLUE value IS 76 (30.08% from 255) = 32.34%
R=37.45%
G=30.21%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88717600.190.140.65342.3510.6931.18
Hex58474C013E41156b1f
Octal130107114023161015261337
Binary10110001000111100110001001111101000001101010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58474C; }

 p { color: rgb(88,71,76); }

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

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

 a { background-color: rgb(88,71,76); }

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

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

 span { border-color: rgb(88,71,76); }

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