#582E74

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

Shades of Honey Flower #582E74

Tints of Honey Flower #582E74

Color information

#582E74 (or 0x582E74) is unknown color: approx Honey Flower. HEX triplet: 58, 2E and 74. RGB value is (88,46,116). Sum of RGB (Red+Green+Blue) = 88+46+116=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #582E74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582E74 is #A7D18B. Grayscale: #424242. Windows color (decimal): -10998156 or 7614040. OLE color: 7614040.

HSL color Cylindrical-coordinate representation of color #582E74: hue angle of 276º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #582E74 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8846116-
CMYK0.240.6000.55
HSL276º43.21%31.76%-
HSV(B)276º60.34%45.49%-
XYZ8.155.2917.11-
YUV66.54155.91143.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.2%
GREEN value IS 46 (18.36% from 255) = 18.4%
BLUE value IS 116 (45.70% from 255) = 46.4%
R=35.2%
G=18.4%
B=46.4%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88461160.240.6000.5527643.2131.76
Hex582E74183C0371142b20
Octal1305616430740674245340
Binary10110001011101110100110001111000110111100010100101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,46,116); }

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

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

 a { background-color: rgb(88,46,116); }

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

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

 span { border-color: rgb(88,46,116); }

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