Html Css Color HEX #584160 Honey Flower

📋 copy color: '#584160'

red 88 ◦ green 65 ◦ blue 96

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

Shades of Honey Flower #584160

Tints of Honey Flower #584160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.1%

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

R = 35.34%
G = 26.1%
B = 38.55%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#584160 (or 0x584160) is known color: Honey Flower. HEX triplet: 58, 41 and 60. RGB value is (88,65,96). Sum of RGB (Red+Green+Blue) = 88+65+96=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 96 - color contains mainly: blue. Hex color #584160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584160 is #A7BE9F. Grayscale: #4B4B4B. Windows color (decimal): -10993312 or 6308184. OLE color: 6308184.

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

Color convert

RGB 88 65 96 -
CMYK 0.08 0.32 0 0.62
HSL 284.52º 0.19% 0.32% -
HSV(B) 284.52º 0.32% 0.38% -
XYZ 8.03 6.7 11.94 -
YUV 75.41 139.62 136.98 -
System Red Green Blue C M Y K H S L
Decimal 88 65 96 0.08 0.32 0 0.62 284.52 0.19 0.32
Hex 58 41 60 8 20 0 3E 11D 13 20
Octal 130 101 140 10 40 0 76 435 23 40
Binary 1011000 1000001 1100000 1000 100000 0 111110 100011101 10011 100000

Color Harmonies of #584160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584160

Black with #584160

Text Example


Text Example

White with #584160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584160; }

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

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

background-color css

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

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

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

border-color css

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

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

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