#584960

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

Shades of Honey Flower #584960

Tints of Honey Flower #584960

Color information

#584960 (or 0x584960) is unknown color: approx Honey Flower. HEX triplet: 58, 49 and 60. RGB value is (88,73,96). Sum of RGB (Red+Green+Blue) = 88+73+96=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 96 - color contains mainly: blue. Hex color #584960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584960 is #A7B69F. Grayscale: #505050. Windows color (decimal): -10991264 or 6310232. OLE color: 6310232.

HSL color Cylindrical-coordinate representation of color #584960: hue angle of 279.13º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #584960 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB887396-
CMYK0.080.2400.62
HSL279.13º13.61%33.14%-
HSV(B)279.13º23.96%37.65%-
XYZ8.527.6812.1-
YUV80.11136.97133.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.24%
GREEN value IS 73 (28.91% from 255) = 28.40%
BLUE value IS 96 (37.89% from 255) = 37.35%
R=34.24%
G=28.40%
B=37.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8873960.080.2400.62279.1313.6133.14
Hex58496081803E117e21
Octal13011114010300764271641
Binary10110001001001110000010001100001111101000101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584960; }

 p { color: rgb(88,73,96); }

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

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

 a { background-color: rgb(88,73,96); }

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

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

 span { border-color: rgb(88,73,96); }

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