#522DA7

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

Shades of Daisy Bush #522DA7

Tints of Daisy Bush #522DA7

Color information

#522DA7 (or 0x522DA7) is unknown color: approx Daisy Bush. HEX triplet: 52, 2D and A7. RGB value is (82,45,167). Sum of RGB (Red+Green+Blue) = 82+45+167=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 167 (65.62% from 255 or 56.80% from 294); Max value from RGB is 167 - color contains mainly: blue. Hex color #522DA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522DA7 is #ADD258. Grayscale: #454545. Windows color (decimal): -11391577 or 10956114. OLE color: 10956114.

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

Color convert

RGB8245167-
CMYK0.510.7300.35
HSL258.2º57.55%41.57%-
HSV(B)258.2º73.05%65.49%-
XYZ11.396.4637.21-
YUV69.97182.76136.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 45 (17.97% from 255) = 15.31%
BLUE value IS 167 (65.62% from 255) = 56.80%
R=27.89%
G=15.31%
B=56.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82451670.510.7300.35258.257.5541.57
Hex522DA733490231023a2a
Octal12255247631110434027252
Binary10100101011011010011111001110010010100011100000010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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