#58296A

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

Shades of Honey Flower #58296A

Tints of Honey Flower #58296A

Color information

#58296A (or 0x58296A) is unknown color: approx Honey Flower. HEX triplet: 58, 29 and 6A. RGB value is (88,41,106). Sum of RGB (Red+Green+Blue) = 88+41+106=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 106 - color contains mainly: blue. Hex color #58296A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58296A is #A7D695. Grayscale: #3E3E3E. Windows color (decimal): -10999446 or 6957400. OLE color: 6957400.

HSL color Cylindrical-coordinate representation of color #58296A: hue angle of 283.38º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58296A is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8841106-
CMYK0.170.6100.58
HSL283.38º44.22%28.82%-
HSV(B)283.38º61.32%41.57%-
XYZ7.424.714.15-
YUV62.46152.57146.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 41 (16.41% from 255) = 17.45%
BLUE value IS 106 (41.80% from 255) = 45.11%
R=37.45%
G=17.45%
B=45.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88411060.170.6100.58283.3844.2228.82
Hex58296A113D03A11b2c1d
Octal1305115221750724335435
Binary1011000101001110101010001111101011101010001101110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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