#584B4C

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

Shades of Emperor #584B4C

Tints of Emperor #584B4C

Color information

#584B4C (or 0x584B4C) is unknown color: approx Emperor. HEX triplet: 58, 4B and 4C. RGB value is (88,75,76). Sum of RGB (Red+Green+Blue) = 88+75+76=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 88 - color contains mainly: red. Hex color #584B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584B4C is #A7B4B3. Grayscale: #4F4F4F. Windows color (decimal): -10990772 or 5000024. OLE color: 5000024.

HSL color Cylindrical-coordinate representation of color #584B4C: hue angle of 355.38º 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 #584B4C is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB887576-
CMYK00.150.140.65
HSL355.38º7.98%31.96%-
HSV(B)355.38º14.77%34.51%-
XYZ7.857.637.9-
YUV79126.31134.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.82%
GREEN value IS 75 (29.69% from 255) = 31.38%
BLUE value IS 76 (30.08% from 255) = 31.80%
R=36.82%
G=31.38%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88757600.150.140.65355.387.9831.96
Hex584B4C0FE41163820
Octal130113114017161015431040
Binary10110001001011100110001111111010000011011000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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