#58389F

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

Shades of Daisy Bush #58389F

Tints of Daisy Bush #58389F

Color information

#58389F (or 0x58389F) is unknown color: approx Daisy Bush. HEX triplet: 58, 38 and 9F. RGB value is (88,56,159). Sum of RGB (Red+Green+Blue) = 88+56+159=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #58389F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58389F is #A7C760. Grayscale: #4C4C4C. Windows color (decimal): -10995553 or 10434648. OLE color: 10434648.

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

Color convert

RGB8856159-
CMYK0.450.6500.38
HSL258.64º47.91%42.16%-
HSV(B)258.64º64.78%62.35%-
XYZ11.77.4133.61-
YUV77.31174.1135.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.04%
GREEN value IS 56 (22.27% from 255) = 18.48%
BLUE value IS 159 (62.5% from 255) = 52.48%
R=29.04%
G=18.48%
B=52.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88561590.450.6500.38258.6447.9142.16
Hex58389F2D41026103302a
Octal13070237551010464036052
Binary10110001110001001111110110110000010100110100000011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58389F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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