#521DA2

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

Shades of Daisy Bush #521DA2

Tints of Daisy Bush #521DA2

Color information

#521DA2 (or 0x521DA2) is unknown color: approx Daisy Bush. HEX triplet: 52, 1D and A2. RGB value is (82,29,162). Sum of RGB (Red+Green+Blue) = 82+29+162=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 162 (63.67% from 255 or 59.34% from 273); Max value from RGB is 162 - color contains mainly: blue. Hex color #521DA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521DA2 is #ADE25D. Grayscale: #3B3B3B. Windows color (decimal): -11395678 or 10624338. OLE color: 10624338.

HSL color Cylindrical-coordinate representation of color #521DA2: hue angle of 263.91º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #521DA2 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8229162-
CMYK0.490.8200.36
HSL263.91º69.63%37.45%-
HSV(B)263.91º82.1%63.53%-
XYZ10.445.2834.65-
YUV60.01185.56143.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 29 (11.72% from 255) = 10.62%
BLUE value IS 162 (63.67% from 255) = 59.34%
R=30.04%
G=10.62%
B=59.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82291620.490.8200.36263.9169.6337.45
Hex521DA231520241084625
Octal122352426112204441010645
Binary10100101110110100010110001101001001001001000010001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521DA2; }

 p { color: rgb(82,29,162); }

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

<style>
 a { background-color: #521DA2; }

 a { background-color: rgb(82,29,162); }

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

<style>
 span { border-color: #521DA2; }

 span { border-color: rgb(82,29,162); }

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