#584648

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

Shades of Emperor #584648

Tints of Emperor #584648

Color information

#584648 (or 0x584648) is unknown color: approx Emperor. HEX triplet: 58, 46 and 48. RGB value is (88,70,72). Sum of RGB (Red+Green+Blue) = 88+70+72=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 88 - color contains mainly: red. Hex color #584648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584648 is #A7B9B7. Grayscale: #4B4B4B. Windows color (decimal): -10992056 or 4736600. OLE color: 4736600.

HSL color Cylindrical-coordinate representation of color #584648: hue angle of 353.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #584648 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB887072-
CMYK00.200.180.65
HSL353.33º11.39%30.98%-
HSV(B)353.33º20.45%34.51%-
XYZ7.386.927.08-
YUV75.61125.96136.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 70 (27.73% from 255) = 30.43%
BLUE value IS 72 (28.52% from 255) = 31.30%
R=38.26%
G=30.43%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88707200.200.180.65353.3311.3930.98
Hex5846480141241161b1f
Octal130106110024221015411337
Binary101100010001101001000010100100101000001101100001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584648; }

 p { color: rgb(88,70,72); }

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

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

 a { background-color: rgb(88,70,72); }

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

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

 span { border-color: rgb(88,70,72); }

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