#58464B

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

Shades of Don Juan #58464B

Tints of Don Juan #58464B

Color information

#58464B (or 0x58464B) is unknown color: approx Don Juan. HEX triplet: 58, 46 and 4B. RGB value is (88,70,75). Sum of RGB (Red+Green+Blue) = 88+70+75=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 88 - color contains mainly: red. Hex color #58464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58464B is #A7B9B4. Grayscale: #4B4B4B. Windows color (decimal): -10992053 or 4933208. OLE color: 4933208.

HSL color Cylindrical-coordinate representation of color #58464B: hue angle of 343.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #58464B is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB887075-
CMYK00.200.150.65
HSL343.33º11.39%30.98%-
HSV(B)343.33º20.45%34.51%-
XYZ7.486.967.61-
YUV75.95127.46136.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.77%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 75 (29.69% from 255) = 32.19%
R=37.77%
G=30.04%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88707500.200.150.65343.3311.3930.98
Hex58464B014F41157b1f
Octal130106113024171015271337
Binary10110001000110100101101010011111000001101010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,70,75); }

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

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

 a { background-color: rgb(88,70,75); }

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

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

 span { border-color: rgb(88,70,75); }

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