#58246E

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

Shades of Honey Flower #58246E

Tints of Honey Flower #58246E

Color information

#58246E (or 0x58246E) is unknown color: approx Honey Flower. HEX triplet: 58, 24 and 6E. RGB value is (88,36,110). Sum of RGB (Red+Green+Blue) = 88+36+110=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #58246E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58246E is #A7DB91. Grayscale: #3B3B3B. Windows color (decimal): -11000722 or 7218264. OLE color: 7218264.

HSL color Cylindrical-coordinate representation of color #58246E: hue angle of 282.16º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58246E is Cyan = 0.2, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8836110-
CMYK0.20.6700.57
HSL282.16º50.68%28.63%-
HSV(B)282.16º67.27%43.14%-
XYZ7.474.4615.22-
YUV59.98156.23147.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.61%
GREEN value IS 36 (14.45% from 255) = 15.38%
BLUE value IS 110 (43.36% from 255) = 47.01%
R=37.61%
G=15.38%
B=47.01%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88361100.20.6700.57282.1650.6828.63
Hex58246E144303911a331d
Octal13044156241030714326335
Binary10110001001001101110101001000011011100110001101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58246E; }

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

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

<style>
 a { background-color: #58246E; }

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

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

<style>
 span { border-color: #58246E; }

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

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