#58309F

Color #58309F Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #58309F

Tints of Daisy Bush #58309F

Color information

#58309F (or 0x58309F) is unknown color: approx Daisy Bush. HEX triplet: 58, 30 and 9F. RGB value is (88,48,159). Sum of RGB (Red+Green+Blue) = 88+48+159=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #58309F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58309F is #A7CF60. Grayscale: #484848. Windows color (decimal): -10997601 or 10432600. OLE color: 10432600.

HSL color Cylindrical-coordinate representation of color #58309F: hue angle of 261.62º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58309F is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8848159-
CMYK0.450.7000.38
HSL261.62º53.62%40.59%-
HSV(B)261.62º69.81%62.35%-
XYZ11.346.6933.49-
YUV72.61176.75138.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.83%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 159 (62.5% from 255) = 53.90%
R=29.83%
G=16.27%
B=53.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88481590.450.7000.38261.6253.6240.59
Hex58309F2D460261063629
Octal13060237551060464066651
Binary10110001100001001111110110110001100100110100000110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58309F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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