#58379A

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

Shades of Daisy Bush #58379A

Tints of Daisy Bush #58379A

Color information

#58379A (or 0x58379A) is unknown color: approx Daisy Bush. HEX triplet: 58, 37 and 9A. RGB value is (88,55,154). Sum of RGB (Red+Green+Blue) = 88+55+154=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #58379A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58379A is #A7C865. Grayscale: #4B4B4B. Windows color (decimal): -10995814 or 10106712. OLE color: 10106712.

HSL color Cylindrical-coordinate representation of color #58379A: hue angle of 260º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58379A is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8855154-
CMYK0.430.6400.40
HSL260º47.37%40.98%-
HSV(B)260º64.29%60.39%-
XYZ11.227.1431.36-
YUV76.15171.93136.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.63%
GREEN value IS 55 (21.88% from 255) = 18.52%
BLUE value IS 154 (60.55% from 255) = 51.85%
R=29.63%
G=18.52%
B=51.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88551540.430.6400.4026047.3740.98
Hex58379A2B400281042f29
Octal13067232531000504045751
Binary10110001101111001101010101110000000101000100000100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58379A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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