#522A9F

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

Shades of Daisy Bush #522A9F

Tints of Daisy Bush #522A9F

Color information

#522A9F (or 0x522A9F) is unknown color: approx Daisy Bush. HEX triplet: 52, 2A and 9F. RGB value is (82,42,159). Sum of RGB (Red+Green+Blue) = 82+42+159=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #522A9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522A9F is #ADD560. Grayscale: #424242. Windows color (decimal): -11392353 or 10431058. OLE color: 10431058.

HSL color Cylindrical-coordinate representation of color #522A9F: hue angle of 260.51º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #522A9F is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8242159-
CMYK0.480.7400.38
HSL260.51º58.21%39.41%-
HSV(B)260.51º73.58%62.35%-
XYZ10.575.9533.39-
YUV67.3179.75138.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 42 (16.80% from 255) = 14.84%
BLUE value IS 159 (62.5% from 255) = 56.18%
R=28.98%
G=14.84%
B=56.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82421590.480.7400.38260.5158.2139.41
Hex522A9F304A0261053a27
Octal12252237601120464057247
Binary10100101010101001111111000010010100100110100000101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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