#582872

Color #582872 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #582872

Tints of Honey Flower #582872

Color information

#582872 (or 0x582872) is unknown color: approx 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

RGB8840114-
CMYK0.230.6500.55
HSL278.92º48.05%30.2%-
HSV(B)278.92º64.91%44.71%-
XYZ7.824.8116.44-
YUV62.79156.9145.98-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88401140.230.6500.55278.9248.0530.2
Hex5828721741037117301e
Octal13050162271010674276036
Binary10110001010001110010101111000001011011110001011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>