#58409F

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

Shades of Daisy Bush #58409F

Tints of Daisy Bush #58409F

Color information

#58409F (or 0x58409F) is unknown color: approx Daisy Bush. HEX triplet: 58, 40 and 9F. RGB value is (88,64,159). Sum of RGB (Red+Green+Blue) = 88+64+159=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #58409F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58409F is #A7BF60. Grayscale: #515151. Windows color (decimal): -10993505 or 10436696. OLE color: 10436696.

HSL color Cylindrical-coordinate representation of color #58409F: hue angle of 255.16º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58409F is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8864159-
CMYK0.450.6000.38
HSL255.16º42.6%43.73%-
HSV(B)255.16º59.75%62.35%-
XYZ12.128.2433.75-
YUV82.01171.45132.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.30%
GREEN value IS 64 (25.39% from 255) = 20.58%
BLUE value IS 159 (62.5% from 255) = 51.13%
R=28.30%
G=20.58%
B=51.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88641590.450.6000.38255.1642.643.73
Hex58409F2D3C026ff2b2c
Octal13010023755740463775354
Binary1011000100000010011111101101111100010011011111111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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