#58309D

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

Shades of Daisy Bush #58309D

Tints of Daisy Bush #58309D

Color information

#58309D (or 0x58309D) is unknown color: approx Daisy Bush. HEX triplet: 58, 30 and 9D. RGB value is (88,48,157). Sum of RGB (Red+Green+Blue) = 88+48+157=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #58309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58309D is #A7CF62. Grayscale: #474747. Windows color (decimal): -10997603 or 10301528. OLE color: 10301528.

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

Color convert

RGB8848157-
CMYK0.440.6900.38
HSL262.02º53.17%40.2%-
HSV(B)262.02º69.43%61.57%-
XYZ11.176.6232.59-
YUV72.39175.75139.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.03%
GREEN value IS 48 (19.14% from 255) = 16.38%
BLUE value IS 157 (61.72% from 255) = 53.58%
R=30.03%
G=16.38%
B=53.58%

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
Decimal88481570.440.6900.38262.0253.1740.2
Hex58309D2C450261063528
Octal13060235541050464066550
Binary10110001100001001110110110010001010100110100000110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58309D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,48,157); }

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

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

 a { background-color: rgb(88,48,157); }

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

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

 span { border-color: rgb(88,48,157); }

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