#582D9F

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

Shades of Daisy Bush #582D9F

Tints of Daisy Bush #582D9F

Color information

#582D9F (or 0x582D9F) is unknown color: approx Daisy Bush. HEX triplet: 58, 2D and 9F. RGB value is (88,45,159). Sum of RGB (Red+Green+Blue) = 88+45+159=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #582D9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582D9F is #A7D260. Grayscale: #464646. Windows color (decimal): -10998369 or 10431832. OLE color: 10431832.

HSL color Cylindrical-coordinate representation of color #582D9F: hue angle of 262.63º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #582D9F is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8845159-
CMYK0.450.7200.38
HSL262.63º55.88%40%-
HSV(B)262.63º71.7%62.35%-
XYZ11.226.4533.46-
YUV70.85177.75140.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.14%
GREEN value IS 45 (17.97% from 255) = 15.41%
BLUE value IS 159 (62.5% from 255) = 54.45%
R=30.14%
G=15.41%
B=54.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88451590.450.7200.38262.6355.8840
Hex582D9F2D480261073828
Octal13055237551100464077050
Binary10110001011011001111110110110010000100110100000111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582D9F; }

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

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

<style>
 a { background-color: #582D9F; }

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

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

<style>
 span { border-color: #582D9F; }

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

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