#582CA2

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

Shades of Daisy Bush #582CA2

Tints of Daisy Bush #582CA2

Color information

#582CA2 (or 0x582CA2) is unknown color: approx Daisy Bush. HEX triplet: 58, 2C and A2. RGB value is (88,44,162). Sum of RGB (Red+Green+Blue) = 88+44+162=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 162 (63.67% from 255 or 55.10% from 294); Max value from RGB is 162 - color contains mainly: blue. Hex color #582CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582CA2 is #A7D35D. Grayscale: #464646. Windows color (decimal): -10998622 or 10628184. OLE color: 10628184.

HSL color Cylindrical-coordinate representation of color #582CA2: hue angle of 262.37º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #582CA2 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8844162-
CMYK0.460.7300.36
HSL262.37º57.28%40.39%-
HSV(B)262.37º72.84%63.53%-
XYZ11.456.4834.83-
YUV70.61179.58140.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.93%
GREEN value IS 44 (17.58% from 255) = 14.97%
BLUE value IS 162 (63.67% from 255) = 55.10%
R=29.93%
G=14.97%
B=55.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88441620.460.7300.36262.3757.2840.39
Hex582CA22E490241063928
Octal13054242561110444067150
Binary10110001011001010001010111010010010100100100000110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,44,162); }

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

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

 a { background-color: rgb(88,44,162); }

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

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

 span { border-color: rgb(88,44,162); }

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