#582A71

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

Shades of Honey Flower #582A71

Tints of Honey Flower #582A71

Color information

#582A71 (or 0x582A71) is unknown color: approx Honey Flower. HEX triplet: 58, 2A and 71. RGB value is (88,42,113). Sum of RGB (Red+Green+Blue) = 88+42+113=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #582A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582A71 is #A7D58E. Grayscale: #3F3F3F. Windows color (decimal): -10999183 or 7416408. OLE color: 7416408.

HSL color Cylindrical-coordinate representation of color #582A71: hue angle of 278.87º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #582A71 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8842113-
CMYK0.220.6300.56
HSL278.87º45.81%30.39%-
HSV(B)278.87º62.83%44.31%-
XYZ7.834.9216.16-
YUV63.85155.74145.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.21%
GREEN value IS 42 (16.80% from 255) = 17.28%
BLUE value IS 113 (44.53% from 255) = 46.50%
R=36.21%
G=17.28%
B=46.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88421130.220.6300.56278.8745.8130.39
Hex582A71163F0381172e1e
Octal1305216126770704275636
Binary1011000101010111000110110111111011100010001011110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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