#58309B

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

Shades of Daisy Bush #58309B

Tints of Daisy Bush #58309B

Color information

#58309B (or 0x58309B) is unknown color: approx Daisy Bush. HEX triplet: 58, 30 and 9B. RGB value is (88,48,155). Sum of RGB (Red+Green+Blue) = 88+48+155=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #58309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58309B is #A7CF64. Grayscale: #474747. Windows color (decimal): -10997605 or 10170456. OLE color: 10170456.

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

Color convert

RGB8848155-
CMYK0.430.6900.39
HSL262.43º52.71%39.8%-
HSV(B)262.43º69.03%60.78%-
XYZ116.5631.7-
YUV72.16174.75139.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.24%
GREEN value IS 48 (19.14% from 255) = 16.49%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=30.24%
G=16.49%
B=53.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88481550.430.6900.39262.4352.7139.8
Hex58309B2B450271063528
Octal13060233531050474066550
Binary10110001100001001101110101110001010100111100000110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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