#582AA4

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

Shades of Daisy Bush #582AA4

Tints of Daisy Bush #582AA4

Color information

#582AA4 (or 0x582AA4) is unknown color: approx Daisy Bush. HEX triplet: 58, 2A and A4. RGB value is (88,42,164). Sum of RGB (Red+Green+Blue) = 88+42+164=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 164 (64.45% from 255 or 55.78% from 294); Max value from RGB is 164 - color contains mainly: blue. Hex color #582AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582AA4 is #A7D55B. Grayscale: #454545. Windows color (decimal): -10999132 or 10758744. OLE color: 10758744.

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

Color convert

RGB8842164-
CMYK0.460.7400.36
HSL262.62º59.22%40.39%-
HSV(B)262.62º74.39%64.31%-
XYZ11.556.4135.75-
YUV69.66181.24141.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.93%
GREEN value IS 42 (16.80% from 255) = 14.29%
BLUE value IS 164 (64.45% from 255) = 55.78%
R=29.93%
G=14.29%
B=55.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88421640.460.7400.36262.6259.2240.39
Hex582AA42E4A0241073b28
Octal13052244561120444077350
Binary10110001010101010010010111010010100100100100000111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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