#522A9B

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

Shades of Daisy Bush #522A9B

Tints of Daisy Bush #522A9B

Color information

#522A9B (or 0x522A9B) is unknown color: approx Daisy Bush. HEX triplet: 52, 2A and 9B. RGB value is (82,42,155). Sum of RGB (Red+Green+Blue) = 82+42+155=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #522A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522A9B is #ADD564. Grayscale: #424242. Windows color (decimal): -11392357 or 10168914. OLE color: 10168914.

HSL color Cylindrical-coordinate representation of color #522A9B: hue angle of 261.24º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #522A9B is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8242155-
CMYK0.470.7300.39
HSL261.24º57.36%38.63%-
HSV(B)261.24º72.9%60.78%-
XYZ10.225.8231.59-
YUV66.84177.75138.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 42 (16.80% from 255) = 15.05%
BLUE value IS 155 (60.94% from 255) = 55.56%
R=29.39%
G=15.05%
B=55.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82421550.470.7300.39261.2457.3638.63
Hex522A9B2F490271053927
Octal12252233571110474057147
Binary10100101010101001101110111110010010100111100000101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,42,155); }

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

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

 a { background-color: rgb(82,42,155); }

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

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

 span { border-color: rgb(82,42,155); }

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