#521EA3

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

Shades of Daisy Bush #521EA3

Tints of Daisy Bush #521EA3

Color information

#521EA3 (or 0x521EA3) is unknown color: approx Daisy Bush. HEX triplet: 52, 1E and A3. RGB value is (82,30,163). Sum of RGB (Red+Green+Blue) = 82+30+163=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 163 (64.06% from 255 or 59.27% from 275); Max value from RGB is 163 - color contains mainly: blue. Hex color #521EA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521EA3 is #ADE15C. Grayscale: #3C3C3C. Windows color (decimal): -11395421 or 10690130. OLE color: 10690130.

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

Color convert

RGB8230163-
CMYK0.500.8200.36
HSL263.46º68.91%37.84%-
HSV(B)263.46º81.6%63.92%-
XYZ10.555.3735.13-
YUV60.71185.73143.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 30 (12.11% from 255) = 10.91%
BLUE value IS 163 (64.06% from 255) = 59.27%
R=29.82%
G=10.91%
B=59.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82301630.500.8200.36263.4668.9137.84
Hex521EA332520241074526
Octal122362436212204440710546
Binary10100101111010100011110010101001001001001000001111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,30,163); }

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

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

 a { background-color: rgb(82,30,163); }

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

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

 span { border-color: rgb(82,30,163); }

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