#58494C

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

Shades of Don Juan #58494C

Tints of Don Juan #58494C

Color information

#58494C (or 0x58494C) is unknown color: approx Don Juan. HEX triplet: 58, 49 and 4C. RGB value is (88,73,76). Sum of RGB (Red+Green+Blue) = 88+73+76=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 88 - color contains mainly: red. Hex color #58494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58494C is #A7B6B3. Grayscale: #4D4D4D. Windows color (decimal): -10991284 or 4999512. OLE color: 4999512.

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

Color convert

RGB887376-
CMYK00.170.140.65
HSL348º9.32%31.57%-
HSV(B)348º17.05%34.51%-
XYZ7.717.367.85-
YUV77.83126.97135.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=37.13%
G=30.80%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88737600.170.140.653489.3231.57
Hex58494C011E4115c920
Octal130111114021161015341140
Binary101100010010011001100010001111010000011010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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