#584B4F

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

Shades of Don Juan #584B4F

Tints of Don Juan #584B4F

Color information

#584B4F (or 0x584B4F) is unknown color: approx Don Juan. HEX triplet: 58, 4B and 4F. RGB value is (88,75,79). Sum of RGB (Red+Green+Blue) = 88+75+79=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 88 - color contains mainly: red. Hex color #584B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584B4F is #A7B4B0. Grayscale: #4F4F4F. Windows color (decimal): -10990769 or 5196632. OLE color: 5196632.

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

Color convert

RGB887579-
CMYK00.150.100.65
HSL341.54º7.98%31.96%-
HSV(B)341.54º14.77%34.51%-
XYZ7.957.678.46-
YUV79.34127.81134.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.36%
GREEN value IS 75 (29.69% from 255) = 30.99%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=36.36%
G=30.99%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88757900.150.100.65341.547.9831.96
Hex584B4F0FA41156820
Octal130113117017121015261040
Binary10110001001011100111101111101010000011010101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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