#58396A

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

Shades of Honey Flower #58396A

Tints of Honey Flower #58396A

Color information

#58396A (or 0x58396A) is unknown color: approx Honey Flower. HEX triplet: 58, 39 and 6A. RGB value is (88,57,106). Sum of RGB (Red+Green+Blue) = 88+57+106=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 106 - color contains mainly: blue. Hex color #58396A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58396A is #A7C695. Grayscale: #474747. Windows color (decimal): -10995350 or 6961496. OLE color: 6961496.

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

Color convert

RGB8857106-
CMYK0.170.4600.58
HSL277.96º30.06%31.96%-
HSV(B)277.96º46.23%41.57%-
XYZ8.096.0414.38-
YUV71.85147.27139.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.06%
GREEN value IS 57 (22.66% from 255) = 22.71%
BLUE value IS 106 (41.80% from 255) = 42.23%
R=35.06%
G=22.71%
B=42.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88571060.170.4600.58277.9630.0631.96
Hex58396A112E03A1161e20
Octal1307115221560724263640
Binary1011000111001110101010001101110011101010001011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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