#58454B

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

Shades of Don Juan #58454B

Tints of Don Juan #58454B

Color information

#58454B (or 0x58454B) is unknown color: approx Don Juan. HEX triplet: 58, 45 and 4B. RGB value is (88,69,75). Sum of RGB (Red+Green+Blue) = 88+69+75=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 88 - color contains mainly: red. Hex color #58454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58454B is #A7BAB4. Grayscale: #4B4B4B. Windows color (decimal): -10992309 or 4932952. OLE color: 4932952.

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

Color convert

RGB886975-
CMYK00.220.150.65
HSL341.05º12.1%30.78%-
HSV(B)341.05º21.59%34.51%-
XYZ7.426.847.59-
YUV75.36127.79137.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.93%
GREEN value IS 69 (27.34% from 255) = 29.74%
BLUE value IS 75 (29.69% from 255) = 32.33%
R=37.93%
G=29.74%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88697500.220.150.65341.0512.130.78
Hex58454B016F41155c1f
Octal130105113026171015251437
Binary10110001000101100101101011011111000001101010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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