#58349A

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

Shades of Daisy Bush #58349A

Tints of Daisy Bush #58349A

Color information

#58349A (or 0x58349A) is unknown color: approx Daisy Bush. HEX triplet: 58, 34 and 9A. RGB value is (88,52,154). Sum of RGB (Red+Green+Blue) = 88+52+154=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #58349A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58349A is #A7CB65. Grayscale: #4A4A4A. Windows color (decimal): -10996582 or 10105944. OLE color: 10105944.

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

Color convert

RGB8852154-
CMYK0.430.6600.40
HSL261.18º49.51%40.39%-
HSV(B)261.18º66.23%60.39%-
XYZ11.096.8631.31-
YUV74.39172.93137.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.93%
GREEN value IS 52 (20.70% from 255) = 17.69%
BLUE value IS 154 (60.55% from 255) = 52.38%
R=29.93%
G=17.69%
B=52.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88521540.430.6600.40261.1849.5140.39
Hex58349A2B420281053228
Octal13064232531020504056250
Binary10110001101001001101010101110000100101000100000101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58349A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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