#58296E

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

Shades of Honey Flower #58296E

Tints of Honey Flower #58296E

Color information

#58296E (or 0x58296E) is unknown color: approx Honey Flower. HEX triplet: 58, 29 and 6E. RGB value is (88,41,110). Sum of RGB (Red+Green+Blue) = 88+41+110=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #58296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58296E is #A7D691. Grayscale: #3E3E3E. Windows color (decimal): -10999442 or 7219544. OLE color: 7219544.

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

Color convert

RGB8841110-
CMYK0.20.6300.57
HSL280.87º45.7%29.61%-
HSV(B)280.87º62.73%43.14%-
XYZ7.634.7915.27-
YUV62.92154.57145.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.82%
GREEN value IS 41 (16.41% from 255) = 17.15%
BLUE value IS 110 (43.36% from 255) = 46.03%
R=36.82%
G=17.15%
B=46.03%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88411100.20.6300.57280.8745.729.61
Hex58296E143F0391192e1e
Octal1305115624770714315636
Binary1011000101001110111010100111111011100110001100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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