#584868

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

Shades of Honey Flower #584868

Tints of Honey Flower #584868

Color information

#584868 (or 0x584868) is unknown color: approx Honey Flower. HEX triplet: 58, 48 and 68. RGB value is (88,72,104). Sum of RGB (Red+Green+Blue) = 88+72+104=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 104 - color contains mainly: blue. Hex color #584868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584868 is #A7B797. Grayscale: #505050. Windows color (decimal): -10991512 or 6834264. OLE color: 6834264.

HSL color Cylindrical-coordinate representation of color #584868: hue angle of 270º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #584868 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8872104-
CMYK0.150.3100.59
HSL270º18.18%34.51%-
HSV(B)270º30.77%40.78%-
XYZ8.847.7114.12-
YUV80.43141.3133.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 104 (41.02% from 255) = 39.39%
R=33.33%
G=27.27%
B=39.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88721040.150.3100.5927018.1834.51
Hex584868F1F03B10e1223
Octal13011015017370734162243
Binary101100010010001101000111111111011101110000111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584868; }

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

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

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

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

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

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

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

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