#58319E

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

Shades of Daisy Bush #58319E

Tints of Daisy Bush #58319E

Color information

#58319E (or 0x58319E) is unknown color: approx Daisy Bush. HEX triplet: 58, 31 and 9E. RGB value is (88,49,158). Sum of RGB (Red+Green+Blue) = 88+49+158=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #58319E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58319E is #A7CE61. Grayscale: #484848. Windows color (decimal): -10997346 or 10367320. OLE color: 10367320.

HSL color Cylindrical-coordinate representation of color #58319E: hue angle of 261.47º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58319E is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8849158-
CMYK0.440.6900.38
HSL261.47º52.66%40.59%-
HSV(B)261.47º68.99%61.96%-
XYZ11.296.7433.05-
YUV73.09175.92138.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.83%
GREEN value IS 49 (19.53% from 255) = 16.61%
BLUE value IS 158 (62.11% from 255) = 53.56%
R=29.83%
G=16.61%
B=53.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88491580.440.6900.38261.4752.6640.59
Hex58319E2C450261053529
Octal13061236541050464056551
Binary10110001100011001111010110010001010100110100000101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58319E; }

 p { color: rgb(88,49,158); }

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

<style>
 a { background-color: #58319E; }

 a { background-color: rgb(88,49,158); }

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

<style>
 span { border-color: #58319E; }

 span { border-color: rgb(88,49,158); }

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