Html Css Color HEX #582872 Honey Flower

📋 copy color: '#582872'

red 88 ◦ green 40 ◦ blue 114

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

Shades of Honey Flower #582872

Tints of Honey Flower #582872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.53%

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

R = 36.36%
G = 16.53%
B = 47.11%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#582872 (or 0x582872) is known color: Honey Flower. HEX triplet: 58, 28 and 72. RGB value is (88,40,114). Sum of RGB (Red+Green+Blue) = 88+40+114=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #582872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582872 is #A7D78D. Grayscale: #3E3E3E. Windows color (decimal): -10999694 or 7481432. OLE color: 7481432.

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

Color convert

RGB 88 40 114 -
CMYK 0.23 0.65 0 0.55
HSL 278.92º 0.48% 0.3% -
HSV(B) 278.92º 0.65% 0.45% -
XYZ 7.82 4.81 16.44 -
YUV 62.79 156.9 145.98 -
System Red Green Blue C M Y K H S L
Decimal 88 40 114 0.23 0.65 0 0.55 278.92 0.48 0.3
Hex 58 28 72 17 41 0 37 117 30 1E
Octal 130 50 162 27 101 0 67 427 60 36
Binary 1011000 101000 1110010 10111 1000001 0 110111 100010111 110000 11110

Color Harmonies of #582872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582872

Black with #582872

Text Example


Text Example

White with #582872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582872; }

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

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

background-color css

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

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

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

border-color css

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

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

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