#522EA9

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

Shades of Daisy Bush #522EA9

Tints of Daisy Bush #522EA9

Color information

#522EA9 (or 0x522EA9) is unknown color: approx Daisy Bush. HEX triplet: 52, 2E and A9. RGB value is (82,46,169). Sum of RGB (Red+Green+Blue) = 82+46+169=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 169 (66.41% from 255 or 56.90% from 297); Max value from RGB is 169 - color contains mainly: blue. Hex color #522EA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522EA9 is #ADD156. Grayscale: #464646. Windows color (decimal): -11391319 or 11087442. OLE color: 11087442.

HSL color Cylindrical-coordinate representation of color #522EA9: hue angle of 257.56º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #522EA9 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8246169-
CMYK0.510.7300.34
HSL257.56º57.21%42.16%-
HSV(B)257.56º72.78%66.27%-
XYZ11.626.6138.2-
YUV70.79183.43136-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 46 (18.36% from 255) = 15.49%
BLUE value IS 169 (66.41% from 255) = 56.90%
R=27.61%
G=15.49%
B=56.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal82461690.510.7300.34257.5657.2142.16
Hex522EA93349022102392a
Octal12256251631110424027152
Binary10100101011101010100111001110010010100010100000010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522EA9; }

 p { color: rgb(82,46,169); }

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

<style>
 a { background-color: #522EA9; }

 a { background-color: rgb(82,46,169); }

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

<style>
 span { border-color: #522EA9; }

 span { border-color: rgb(82,46,169); }

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