#582A6E

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

Shades of Honey Flower #582A6E

Tints of Honey Flower #582A6E

Color information

#582A6E (or 0x582A6E) is unknown color: approx Honey Flower. HEX triplet: 58, 2A and 6E. RGB value is (88,42,110). Sum of RGB (Red+Green+Blue) = 88+42+110=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 110 - color contains mainly: blue. Hex color #582A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582A6E is #A7D591. Grayscale: #3F3F3F. Windows color (decimal): -10999186 or 7219800. OLE color: 7219800.

HSL color Cylindrical-coordinate representation of color #582A6E: hue angle of 280.59º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #582A6E is Cyan = 0.2, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8842110-
CMYK0.20.6200.57
HSL280.59º44.74%29.8%-
HSV(B)280.59º61.82%43.14%-
XYZ7.674.8615.29-
YUV63.51154.24145.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.67%
GREEN value IS 42 (16.80% from 255) = 17.5%
BLUE value IS 110 (43.36% from 255) = 45.83%
R=36.67%
G=17.5%
B=45.83%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88421100.20.6200.57280.5944.7429.8
Hex582A6E143E0391192d1e
Octal1305215624760714315536
Binary1011000101010110111010100111110011100110001100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582A6E; }

 p { color: rgb(88,42,110); }

 H1.HeaderClassName
 {
   color: #582A6E;
 }
 .AnyTagClassName
 {
   color: #582A6E;
 }
</style>
background-color css

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

 a { background-color: rgb(88,42,110); }

 div.DivClassName
 {
   background-color: #582A6E;
 }
 .BgClassName
 {
   background-color: #582A6E;
 }
</style>
border-color css

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

 span { border-color: rgb(88,42,110); }

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