#582D71

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

Shades of Honey Flower #582D71

Tints of Honey Flower #582D71

Color information

#582D71 (or 0x582D71) is unknown color: approx Honey Flower. HEX triplet: 58, 2D and 71. RGB value is (88,45,113). Sum of RGB (Red+Green+Blue) = 88+45+113=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #582D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582D71 is #A7D28E. Grayscale: #414141. Windows color (decimal): -10998415 or 7417176. OLE color: 7417176.

HSL color Cylindrical-coordinate representation of color #582D71: hue angle of 277.94º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #582D71 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8845113-
CMYK0.220.6000.56
HSL277.94º43.04%30.98%-
HSV(B)277.94º60.18%44.31%-
XYZ7.945.1416.2-
YUV65.61154.75143.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.77%
GREEN value IS 45 (17.97% from 255) = 18.29%
BLUE value IS 113 (44.53% from 255) = 45.93%
R=35.77%
G=18.29%
B=45.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88451130.220.6000.56277.9443.0430.98
Hex582D71163C0381162b1f
Octal1305516126740704265337
Binary1011000101101111000110110111100011100010001011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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