#521E9E

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

Shades of Daisy Bush #521E9E

Tints of Daisy Bush #521E9E

Color information

#521E9E (or 0x521E9E) is unknown color: approx Daisy Bush. HEX triplet: 52, 1E and 9E. RGB value is (82,30,158). Sum of RGB (Red+Green+Blue) = 82+30+158=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #521E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521E9E is #ADE161. Grayscale: #3B3B3B. Windows color (decimal): -11395426 or 10362450. OLE color: 10362450.

HSL color Cylindrical-coordinate representation of color #521E9E: hue angle of 264.38º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #521E9E is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8230158-
CMYK0.480.8100.38
HSL264.38º68.09%36.86%-
HSV(B)264.38º81.01%61.96%-
XYZ10.125.1932.82-
YUV60.14183.23143.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 30 (12.11% from 255) = 11.11%
BLUE value IS 158 (62.11% from 255) = 58.52%
R=30.37%
G=11.11%
B=58.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82301580.480.8100.38264.3868.0936.86
Hex521E9E30510261084425
Octal122362366012104641010445
Binary10100101111010011110110000101000101001101000010001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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