#58296B

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

Shades of Honey Flower #58296B

Tints of Honey Flower #58296B

Color information

#58296B (or 0x58296B) is unknown color: approx Honey Flower. HEX triplet: 58, 29 and 6B. RGB value is (88,41,107). Sum of RGB (Red+Green+Blue) = 88+41+107=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 107 - color contains mainly: blue. Hex color #58296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58296B is #A7D694. Grayscale: #3E3E3E. Windows color (decimal): -10999445 or 7022936. OLE color: 7022936.

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

Color convert

RGB8841107-
CMYK0.180.6200.58
HSL282.73º44.59%29.02%-
HSV(B)282.73º61.68%41.96%-
XYZ7.474.7214.43-
YUV62.58153.07146.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.29%
GREEN value IS 41 (16.41% from 255) = 17.37%
BLUE value IS 107 (42.19% from 255) = 45.34%
R=37.29%
G=17.37%
B=45.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88411070.180.6200.58282.7344.5929.02
Hex58296B123E03A11b2d1d
Octal1305115322760724335535
Binary1011000101001110101110010111110011101010001101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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