Html Css Color HEX #521DA2 Daisy Bush

📋 copy color: '#521DA2'

red 82 ◦ green 29 ◦ blue 162

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

Shades of Daisy Bush #521DA2

Tints of Daisy Bush #521DA2

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 value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#521DA2 (or 0x521DA2) is known color: 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

RGB 82 29 162 -
CMYK 0.49 0.82 0 0.36
HSL 263.91º 0.7% 0.37% -
HSV(B) 263.91º 0.82% 0.64% -
XYZ 10.44 5.28 34.65 -
YUV 60.01 185.56 143.69 -
System Red Green Blue C M Y K H S L
Decimal 82 29 162 0.49 0.82 0 0.36 263.91 0.7 0.37
Hex 52 1D A2 31 52 0 24 108 46 25
Octal 122 35 242 61 122 0 44 410 106 45
Binary 1010010 11101 10100010 110001 1010010 0 100100 100001000 1000110 100101

Color Harmonies of #521DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521DA2

Black with #521DA2

Text Example


Text Example

White with #521DA2

Text Example


Text Example

HTML Codes & Css Web 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>