#58379B

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

Shades of Daisy Bush #58379B

Tints of Daisy Bush #58379B

Color information

#58379B (or 0x58379B) is unknown color: approx Daisy Bush. HEX triplet: 58, 37 and 9B. RGB value is (88,55,155). Sum of RGB (Red+Green+Blue) = 88+55+155=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #58379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58379B is #A7C864. Grayscale: #4B4B4B. Windows color (decimal): -10995813 or 10172248. OLE color: 10172248.

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

Color convert

RGB8855155-
CMYK0.430.6500.39
HSL259.8º47.62%41.18%-
HSV(B)259.8º64.52%60.78%-
XYZ11.317.1731.8-
YUV76.27172.43136.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.53%
GREEN value IS 55 (21.88% from 255) = 18.46%
BLUE value IS 155 (60.94% from 255) = 52.01%
R=29.53%
G=18.46%
B=52.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88551550.430.6500.39259.847.6241.18
Hex58379B2B410271043029
Octal13067233531010474046051
Binary10110001101111001101110101110000010100111100000100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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