Html Css Color HEX #584860 Honey Flower

📋 copy color: '#584860'

red 88 ◦ green 72 ◦ blue 96

#584860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #584860

Tints of Honey Flower #584860

RGB

 RED value IS 88 (34.77% from 255) = 34.38%

 GREEN value IS 72 (28.52% from 255) = 28.13%

 BLUE value IS 96 (37.89% from 255) = 37.5%

R = 34.38%
G = 28.13%
B = 37.5%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#584860 (or 0x584860) is known color: Honey Flower. HEX triplet: 58, 48 and 60. RGB value is (88,72,96). Sum of RGB (Red+Green+Blue) = 88+72+96=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 96 - color contains mainly: blue. Hex color #584860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584860 is #A7B79F. Grayscale: #4F4F4F. Windows color (decimal): -10991520 or 6309976. OLE color: 6309976.

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

Color convert

RGB 88 72 96 -
CMYK 0.08 0.25 0 0.62
HSL 280º 0.14% 0.33% -
HSV(B) 280º 0.25% 0.38% -
XYZ 8.45 7.55 12.08 -
YUV 79.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 88 72 96 0.08 0.25 0 0.62 280 0.14 0.33
Hex 58 48 60 8 19 0 3E 118 E 21
Octal 130 110 140 10 31 0 76 430 16 41
Binary 1011000 1001000 1100000 1000 11001 0 111110 100011000 1110 100001

Color Harmonies of #584860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584860

Black with #584860

Text Example


Text Example

White with #584860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584860; }

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

 H1.HeaderClassName
 {
   color: #584860;
 }
 .AnyTagClassName
 {
   color: #584860;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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