Html Css Color HEX #521DA0 Daisy Bush

📋 copy color: '#521DA0'

red 82 ◦ green 29 ◦ blue 160

#521DA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #521DA0

Tints of Daisy Bush #521DA0

RGB

 RED value IS 82 (32.42% from 255) = 30.26%

 GREEN value IS 29 (11.72% from 255) = 10.7%

 BLUE value IS 160 (62.89% from 255) = 59.04%

R = 30.26%
G = 10.7%
B = 59.04%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#521DA0 (or 0x521DA0) is known color: Daisy Bush. HEX triplet: 52, 1D and A0. RGB value is (82,29,160). Sum of RGB (Red+Green+Blue) = 82+29+160=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 160 (62.89% from 255 or 59.04% from 271); Max value from RGB is 160 - color contains mainly: blue. Hex color #521DA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521DA0 is #ADE25F. Grayscale: #3B3B3B. Windows color (decimal): -11395680 or 10493266. OLE color: 10493266.

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

Color convert

RGB 82 29 160 -
CMYK 0.49 0.82 0 0.37
HSL 264.27º 0.69% 0.37% -
HSV(B) 264.27º 0.82% 0.63% -
XYZ 10.26 5.21 33.72 -
YUV 59.78 184.56 143.85 -
System Red Green Blue C M Y K H S L
Decimal 82 29 160 0.49 0.82 0 0.37 264.27 0.69 0.37
Hex 52 1D A0 31 52 0 25 108 45 25
Octal 122 35 240 61 122 0 45 410 105 45
Binary 1010010 11101 10100000 110001 1010010 0 100101 100001000 1000101 100101

Color Harmonies of #521DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521DA0

Black with #521DA0

Text Example


Text Example

White with #521DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #521DA0;
 }
 .AnyTagClassName
 {
   color: #521DA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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