#582d96

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

Shades of Daisy Bush #582D96

Tints of Daisy Bush #582D96

Color information

#582D96 (or 0x582D96) is unknown color: approx Daisy Bush. HEX triplet: 58, 2D and 96. RGB value is (88,45,150). Sum of RGB (Red+Green+Blue) = 88+45+150=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #582D96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582D96 is #A7D269. Grayscale: #454545. Windows color (decimal): -10998378 or 9842008. OLE color: 9842008.

HSL color Cylindrical-coordinate representation of color #582D96: hue angle of 264.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #582D96 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8845150-
CMYK0.410.7000.41
HSL264.57º53.85%38.24%-
HSV(B)264.57º70%58.82%-
XYZ10.476.1529.49-
YUV69.83173.25140.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.10%
GREEN value IS 45 (17.97% from 255) = 15.90%
BLUE value IS 150 (58.98% from 255) = 53.00%
R=31.10%
G=15.90%
B=53.00%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88451500.410.7000.41264.5753.8538.24
Hex582D9629460291093626
Octal13055226511060514116646
Binary10110001011011001011010100110001100101001100001001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582d96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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