#58306F

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

Shades of Honey Flower #58306F

Tints of Honey Flower #58306F

Color information

#58306F (or 0x58306F) is unknown color: approx Honey Flower. HEX triplet: 58, 30 and 6F. RGB value is (88,48,111). Sum of RGB (Red+Green+Blue) = 88+48+111=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 111 - color contains mainly: blue. Hex color #58306F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58306F is #A7CF90. Grayscale: #424242. Windows color (decimal): -10997649 or 7286872. OLE color: 7286872.

HSL color Cylindrical-coordinate representation of color #58306F: hue angle of 278.1º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58306F is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8848111-
CMYK0.210.5700.56
HSL278.1º39.62%31.18%-
HSV(B)278.1º56.76%43.53%-
XYZ7.955.3415.65-
YUV67.14152.75142.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.63%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 111 (43.75% from 255) = 44.94%
R=35.63%
G=19.43%
B=44.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88481110.210.5700.56278.139.6231.18
Hex58306F1539038116281f
Octal1306015725710704265037
Binary1011000110000110111110101111001011100010001011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58306F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58306F; }

 p { color: rgb(88,48,111); }

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

<style>
 a { background-color: #58306F; }

 a { background-color: rgb(88,48,111); }

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

<style>
 span { border-color: #58306F; }

 span { border-color: rgb(88,48,111); }

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