#585254

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

Shades of Don Juan #585254

Tints of Don Juan #585254

Color information

#585254 (or 0x585254) is unknown color: approx Don Juan. HEX triplet: 58, 52 and 54. RGB value is (88,82,84). Sum of RGB (Red+Green+Blue) = 88+82+84=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 88 - color contains mainly: red. Hex color #585254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585254 is #A7ADAB. Grayscale: #545454. Windows color (decimal): -10988972 or 5526104. OLE color: 5526104.

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

Color convert

RGB888284-
CMYK00.070.050.65
HSL340º3.53%33.33%-
HSV(B)340º6.82%34.51%-
XYZ8.648.759.62-
YUV84.02127.99130.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.65%
GREEN value IS 82 (32.42% from 255) = 32.28%
BLUE value IS 84 (33.20% from 255) = 33.07%
R=34.65%
G=32.28%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88828400.070.050.653403.5333.33
Hex58525407541154421
Octal130122124075101524441
Binary10110001010010101010001111011000001101010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585254; }

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

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

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

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

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

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

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

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