Html Css Color HEX #584260 Honey Flower

📋 copy color: '#584260'

red 88 ◦ green 66 ◦ blue 96

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

Shades of Honey Flower #584260

Tints of Honey Flower #584260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.4%

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

R = 35.2%
G = 26.4%
B = 38.4%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#584260 (or 0x584260) is known color: Honey Flower. HEX triplet: 58, 42 and 60. RGB value is (88,66,96). Sum of RGB (Red+Green+Blue) = 88+66+96=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 96 - color contains mainly: blue. Hex color #584260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584260 is #A7BD9F. Grayscale: #4B4B4B. Windows color (decimal): -10993056 or 6308440. OLE color: 6308440.

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

Color convert

RGB 88 66 96 -
CMYK 0.08 0.31 0 0.62
HSL 284º 0.19% 0.32% -
HSV(B) 284º 0.31% 0.38% -
XYZ 8.08 6.82 11.96 -
YUV 76 139.29 136.56 -
System Red Green Blue C M Y K H S L
Decimal 88 66 96 0.08 0.31 0 0.62 284 0.19 0.32
Hex 58 42 60 8 1F 0 3E 11C 13 20
Octal 130 102 140 10 37 0 76 434 23 40
Binary 1011000 1000010 1100000 1000 11111 0 111110 100011100 10011 100000

Color Harmonies of #584260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584260

Black with #584260

Text Example


Text Example

White with #584260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584260; }

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

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

background-color css

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

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

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

border-color css

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

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

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