#58369D

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

Shades of Daisy Bush #58369D

Tints of Daisy Bush #58369D

Color information

#58369D (or 0x58369D) is unknown color: approx Daisy Bush. HEX triplet: 58, 36 and 9D. RGB value is (88,54,157). Sum of RGB (Red+Green+Blue) = 88+54+157=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #58369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58369D is #A7C962. Grayscale: #4B4B4B. Windows color (decimal): -10996067 or 10303064. OLE color: 10303064.

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

Color convert

RGB8854157-
CMYK0.440.6600.38
HSL259.81º48.82%41.37%-
HSV(B)259.81º65.61%61.57%-
XYZ11.437.1532.68-
YUV75.91173.76136.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.43%
GREEN value IS 54 (21.48% from 255) = 18.06%
BLUE value IS 157 (61.72% from 255) = 52.51%
R=29.43%
G=18.06%
B=52.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88541570.440.6600.38259.8148.8241.37
Hex58369D2C420261043129
Octal13066235541020464046151
Binary10110001101101001110110110010000100100110100000100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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