#585455

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

Shades of Don Juan #585455

Tints of Don Juan #585455

Color information

#585455 (or 0x585455) is unknown color: approx Don Juan. HEX triplet: 58, 54 and 55. RGB value is (88,84,85). Sum of RGB (Red+Green+Blue) = 88+84+85=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 88 - color contains mainly: red. Hex color #585455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585455 is #A7ABAA. Grayscale: #555555. Windows color (decimal): -10988459 or 5592152. OLE color: 5592152.

HSL color Cylindrical-coordinate representation of color #585455: hue angle of 345º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #585455 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB888485-
CMYK00.050.030.65
HSL345º2.33%33.73%-
HSV(B)345º4.55%34.51%-
XYZ8.839.079.88-
YUV85.31127.83129.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.24%
GREEN value IS 84 (33.20% from 255) = 32.68%
BLUE value IS 85 (33.59% from 255) = 33.07%
R=34.24%
G=32.68%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88848500.050.030.653452.3333.73
Hex58545505341159222
Octal130124125053101531242
Binary101100010101001010101010111100000110101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585455; }

 p { color: rgb(88,84,85); }

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

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

 a { background-color: rgb(88,84,85); }

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

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

 span { border-color: rgb(88,84,85); }

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