#584A4E

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

Shades of Don Juan #584A4E

Tints of Don Juan #584A4E

Color information

#584A4E (or 0x584A4E) is unknown color: approx Don Juan. HEX triplet: 58, 4A and 4E. RGB value is (88,74,78). Sum of RGB (Red+Green+Blue) = 88+74+78=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 88 - color contains mainly: red. Hex color #584A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584A4E is #A7B5B1. Grayscale: #4E4E4E. Windows color (decimal): -10991026 or 5130840. OLE color: 5130840.

HSL color Cylindrical-coordinate representation of color #584A4E: hue angle of 342.86º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #584A4E is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB887478-
CMYK00.160.110.65
HSL342.86º8.64%31.76%-
HSV(B)342.86º15.91%34.51%-
XYZ7.857.528.25-
YUV78.64127.64134.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.67%
GREEN value IS 74 (29.30% from 255) = 30.83%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=36.67%
G=30.83%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88747800.160.110.65342.868.6431.76
Hex584A4E010B41157920
Octal130112116020131015271140
Binary101100010010101001110010000101110000011010101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584A4E; }

 p { color: rgb(88,74,78); }

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

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

 a { background-color: rgb(88,74,78); }

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

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

 span { border-color: rgb(88,74,78); }

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