Html Css Color HEX #521AA0 Daisy Bush

📋 copy color: '#521AA0'

red 82 ◦ green 26 ◦ blue 160

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

Shades of Daisy Bush #521AA0

Tints of Daisy Bush #521AA0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.7%

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

R = 30.6%
G = 9.7%
B = 59.7%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#521AA0 (or 0x521AA0) is known color: Daisy Bush. HEX triplet: 52, 1A and A0. RGB value is (82,26,160). Sum of RGB (Red+Green+Blue) = 82+26+160=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 160 (62.89% from 255 or 59.70% from 268); Max value from RGB is 160 - color contains mainly: blue. Hex color #521AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521AA0 is #ADE55F. Grayscale: #393939. Windows color (decimal): -11396448 or 10492498. OLE color: 10492498.

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

Color convert

RGB 82 26 160 -
CMYK 0.49 0.84 0 0.37
HSL 265.07º 0.72% 0.36% -
HSV(B) 265.07º 0.84% 0.63% -
XYZ 10.19 5.07 33.7 -
YUV 58.02 185.55 145.1 -
System Red Green Blue C M Y K H S L
Decimal 82 26 160 0.49 0.84 0 0.37 265.07 0.72 0.36
Hex 52 1A A0 31 54 0 25 109 48 24
Octal 122 32 240 61 124 0 45 411 110 44
Binary 1010010 11010 10100000 110001 1010100 0 100101 100001001 1001000 100100

Color Harmonies of #521AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521AA0

Black with #521AA0

Text Example


Text Example

White with #521AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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