#582AA5

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

Shades of Daisy Bush #582AA5

Tints of Daisy Bush #582AA5

Color information

#582AA5 (or 0x582AA5) is unknown color: approx Daisy Bush. HEX triplet: 58, 2A and A5. RGB value is (88,42,165). Sum of RGB (Red+Green+Blue) = 88+42+165=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 165 (64.84% from 255 or 55.93% from 295); Max value from RGB is 165 - color contains mainly: blue. Hex color #582AA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582AA5 is #A7D55A. Grayscale: #454545. Windows color (decimal): -10999131 or 10824280. OLE color: 10824280.

HSL color Cylindrical-coordinate representation of color #582AA5: hue angle of 262.44º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #582AA5 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8842165-
CMYK0.470.7500.35
HSL262.44º59.42%40.59%-
HSV(B)262.44º74.55%64.71%-
XYZ11.646.4536.23-
YUV69.78181.74141-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.83%
GREEN value IS 42 (16.80% from 255) = 14.24%
BLUE value IS 165 (64.84% from 255) = 55.93%
R=29.83%
G=14.24%
B=55.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal88421650.470.7500.35262.4459.4240.59
Hex582AA52F4B0231063b29
Octal13052245571130434067351
Binary10110001010101010010110111110010110100011100000110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,42,165); }

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

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

 a { background-color: rgb(88,42,165); }

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

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

 span { border-color: rgb(88,42,165); }

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