#58369F

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

Shades of Daisy Bush #58369F

Tints of Daisy Bush #58369F

Color information

#58369F (or 0x58369F) is unknown color: approx Daisy Bush. HEX triplet: 58, 36 and 9F. RGB value is (88,54,159). Sum of RGB (Red+Green+Blue) = 88+54+159=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #58369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58369F is #A7C960. Grayscale: #4B4B4B. Windows color (decimal): -10996065 or 10434136. OLE color: 10434136.

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

Color convert

RGB8854159-
CMYK0.450.6600.38
HSL259.43º49.3%41.76%-
HSV(B)259.43º66.04%62.35%-
XYZ11.67.2233.58-
YUV76.14174.76136.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.24%
GREEN value IS 54 (21.48% from 255) = 17.94%
BLUE value IS 159 (62.5% from 255) = 52.82%
R=29.24%
G=17.94%
B=52.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88541590.450.6600.38259.4349.341.76
Hex58369F2D42026103312a
Octal13066237551020464036152
Binary10110001101101001111110110110000100100110100000011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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