Html Css Color HEX #584272 Honey Flower

📋 copy color: '#584272'

red 88 ◦ green 66 ◦ blue 114

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

Shades of Honey Flower #584272

Tints of Honey Flower #584272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.54%

R = 32.84%
G = 24.63%
B = 42.54%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#584272 (or 0x584272) is known color: Honey Flower. HEX triplet: 58, 42 and 72. RGB value is (88,66,114). Sum of RGB (Red+Green+Blue) = 88+66+114=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #584272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584272 is #A7BD8D. Grayscale: #4D4D4D. Windows color (decimal): -10993038 or 7488088. OLE color: 7488088.

HSL color Cylindrical-coordinate representation of color #584272: hue angle of 267.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #584272 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 66 114 -
CMYK 0.23 0.42 0 0.55
HSL 267.5º 0.27% 0.35% -
HSV(B) 267.5º 0.42% 0.45% -
XYZ 9.01 7.19 16.83 -
YUV 78.05 148.29 135.1 -
System Red Green Blue C M Y K H S L
Decimal 88 66 114 0.23 0.42 0 0.55 267.5 0.27 0.35
Hex 58 42 72 17 2A 0 37 10C 1B 23
Octal 130 102 162 27 52 0 67 414 33 43
Binary 1011000 1000010 1110010 10111 101010 0 110111 100001100 11011 100011

Color Harmonies of #584272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584272

Black with #584272

Text Example


Text Example

White with #584272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584272; }

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

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

background-color css

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

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

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

border-color css

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

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

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