#58369A

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

Shades of Daisy Bush #58369A

Tints of Daisy Bush #58369A

Color information

#58369A (or 0x58369A) is unknown color: approx Daisy Bush. HEX triplet: 58, 36 and 9A. RGB value is (88,54,154). Sum of RGB (Red+Green+Blue) = 88+54+154=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #58369A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58369A is #A7C965. Grayscale: #4B4B4B. Windows color (decimal): -10996070 or 10106456. OLE color: 10106456.

HSL color Cylindrical-coordinate representation of color #58369A: hue angle of 260.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58369A is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8854154-
CMYK0.430.6500.40
HSL260.4º48.08%40.78%-
HSV(B)260.4º64.94%60.39%-
XYZ11.187.0531.34-
YUV75.57172.26136.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.73%
GREEN value IS 54 (21.48% from 255) = 18.24%
BLUE value IS 154 (60.55% from 255) = 52.03%
R=29.73%
G=18.24%
B=52.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88541540.430.6500.40260.448.0840.78
Hex58369A2B410281043029
Octal13066232531010504046051
Binary10110001101101001101010101110000010101000100000100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58369A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,54,154); }

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

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

 a { background-color: rgb(88,54,154); }

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

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

 span { border-color: rgb(88,54,154); }

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