#575455

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

Shades of Don Juan #575455

Tints of Don Juan #575455

Color information

#575455 (or 0x575455) is unknown color: approx Don Juan. HEX triplet: 57, 54 and 55. RGB value is (87,84,85). Sum of RGB (Red+Green+Blue) = 87+84+85=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 87 - color contains mainly: red. Hex color #575455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575455 is #A8ABAA. Grayscale: #555555. Windows color (decimal): -11053995 or 5592151. OLE color: 5592151.

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

Color convert

RGB878485-
CMYK00.030.020.66
HSL340º1.75%33.53%-
HSV(B)340º3.45%34.12%-
XYZ8.749.029.88-
YUV85.01127.99129.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.98%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=33.98%
G=32.81%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87848500.030.020.663401.7533.53
Hex57545503242154222
Octal127124125032102524242
Binary10101111010100101010101110100001010101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575455; }

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

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

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

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

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

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

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

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