#522D8F

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

Shades of Daisy Bush #522D8F

Tints of Daisy Bush #522D8F

Color information

#522D8F (or 0x522D8F) is unknown color: approx Daisy Bush. HEX triplet: 52, 2D and 8F. RGB value is (82,45,143). Sum of RGB (Red+Green+Blue) = 82+45+143=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #522D8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522D8F is #ADD270. Grayscale: #424242. Windows color (decimal): -11391601 or 9383250. OLE color: 9383250.

HSL color Cylindrical-coordinate representation of color #522D8F: hue angle of 262.65º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #522D8F is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8245143-
CMYK0.430.6900.44
HSL262.65º52.13%36.86%-
HSV(B)262.65º68.53%56.08%-
XYZ9.385.6526.58-
YUV67.24170.76138.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 45 (17.97% from 255) = 16.67%
BLUE value IS 143 (56.25% from 255) = 52.96%
R=30.37%
G=16.67%
B=52.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82451430.430.6900.44262.6552.1336.86
Hex522D8F2B4502C1073425
Octal12255217531050544076445
Binary10100101011011000111110101110001010101100100000111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,45,143); }

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

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

 a { background-color: rgb(82,45,143); }

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

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

 span { border-color: rgb(82,45,143); }

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