#58348D

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

Shades of Daisy Bush #58348D

Tints of Daisy Bush #58348D

Color information

#58348D (or 0x58348D) is unknown color: approx Daisy Bush. HEX triplet: 58, 34 and 8D. RGB value is (88,52,141). Sum of RGB (Red+Green+Blue) = 88+52+141=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #58348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58348D is #A7CB72. Grayscale: #484848. Windows color (decimal): -10996595 or 9253976. OLE color: 9253976.

HSL color Cylindrical-coordinate representation of color #58348D: hue angle of 264.27º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58348D is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8852141-
CMYK0.380.6300.45
HSL264.27º46.11%37.84%-
HSV(B)264.27º63.12%55.29%-
XYZ10.066.4525.91-
YUV72.91166.43138.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.32%
GREEN value IS 52 (20.70% from 255) = 18.51%
BLUE value IS 141 (55.47% from 255) = 50.18%
R=31.32%
G=18.51%
B=50.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88521410.380.6300.45264.2746.1137.84
Hex58348D263F02D1082e26
Octal1306421546770554105646
Binary1011000110100100011011001101111110101101100001000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58348D; }

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

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

<style>
 a { background-color: #58348D; }

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

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

<style>
 span { border-color: #58348D; }

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

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