#58484C

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

Shades of Don Juan #58484C

Tints of Don Juan #58484C

Color information

#58484C (or 0x58484C) is unknown color: approx Don Juan. HEX triplet: 58, 48 and 4C. RGB value is (88,72,76). Sum of RGB (Red+Green+Blue) = 88+72+76=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 88 - color contains mainly: red. Hex color #58484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58484C is #A7B7B3. Grayscale: #4D4D4D. Windows color (decimal): -10991540 or 4999256. OLE color: 4999256.

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

Color convert

RGB887276-
CMYK00.180.140.65
HSL345º10%31.37%-
HSV(B)345º18.18%34.51%-
XYZ7.657.237.83-
YUV77.24127.3135.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.29%
GREEN value IS 72 (28.52% from 255) = 30.51%
BLUE value IS 76 (30.08% from 255) = 32.20%
R=37.29%
G=30.51%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88727600.180.140.653451031.37
Hex58484C012E41159a1f
Octal130110114022161015311237
Binary10110001001000100110001001011101000001101011001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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