#58329A

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

Shades of Daisy Bush #58329A

Tints of Daisy Bush #58329A

Color information

#58329A (or 0x58329A) is unknown color: approx Daisy Bush. HEX triplet: 58, 32 and 9A. RGB value is (88,50,154). Sum of RGB (Red+Green+Blue) = 88+50+154=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #58329A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58329A is #A7CD65. Grayscale: #484848. Windows color (decimal): -10997094 or 10105432. OLE color: 10105432.

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

Color convert

RGB8850154-
CMYK0.430.6800.40
HSL261.92º50.98%40%-
HSV(B)261.92º67.53%60.39%-
XYZ116.6931.28-
YUV73.22173.59138.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.14%
GREEN value IS 50 (19.92% from 255) = 17.12%
BLUE value IS 154 (60.55% from 255) = 52.74%
R=30.14%
G=17.12%
B=52.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88501540.430.6800.40261.9250.9840
Hex58329A2B440281063328
Octal13062232531040504066350
Binary10110001100101001101010101110001000101000100000110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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