#58349F

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

Shades of Daisy Bush #58349F

Tints of Daisy Bush #58349F

Color information

#58349F (or 0x58349F) is unknown color: approx Daisy Bush. HEX triplet: 58, 34 and 9F. RGB value is (88,52,159). Sum of RGB (Red+Green+Blue) = 88+52+159=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #58349F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58349F is #A7CB60. Grayscale: #4A4A4A. Windows color (decimal): -10996577 or 10433624. OLE color: 10433624.

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

Color convert

RGB8852159-
CMYK0.450.6700.38
HSL260.19º50.71%41.37%-
HSV(B)260.19º67.3%62.35%-
XYZ11.517.0333.55-
YUV74.96175.43137.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.43%
GREEN value IS 52 (20.70% from 255) = 17.39%
BLUE value IS 159 (62.5% from 255) = 53.18%
R=29.43%
G=17.39%
B=53.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88521590.450.6700.38260.1950.7141.37
Hex58349F2D430261043329
Octal13064237551030464046351
Binary10110001101001001111110110110000110100110100000100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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