Html Css Color HEX #5225A5 Daisy Bush

📋 copy color: '#5225A5'

red 82 ◦ green 37 ◦ blue 165

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

Shades of Daisy Bush #5225A5

Tints of Daisy Bush #5225A5

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.03%

 BLUE value IS 165 (64.84% from 255) = 58.1%

R = 28.87%
G = 13.03%
B = 58.1%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5225A5 (or 0x5225A5) is known color: Daisy Bush. HEX triplet: 52, 25 and A5. RGB value is (82,37,165). Sum of RGB (Red+Green+Blue) = 82+37+165=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 165 (64.84% from 255 or 58.10% from 284); Max value from RGB is 165 - color contains mainly: blue. Hex color #5225A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5225A5 is #ADDA5A. Grayscale: #404040. Windows color (decimal): -11393627 or 10822994. OLE color: 10822994.

HSL color Cylindrical-coordinate representation of color #5225A5: hue angle of 261.09º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5225A5 is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 37 165 -
CMYK 0.50 0.78 0 0.35
HSL 261.09º 0.63% 0.4% -
HSV(B) 261.09º 0.78% 0.65% -
XYZ 10.93 5.83 36.15 -
YUV 65.05 184.41 140.09 -
System Red Green Blue C M Y K H S L
Decimal 82 37 165 0.50 0.78 0 0.35 261.09 0.63 0.4
Hex 52 25 A5 32 4E 0 23 105 3F 28
Octal 122 45 245 62 116 0 43 405 77 50
Binary 1010010 100101 10100101 110010 1001110 0 100011 100000101 111111 101000

Color Harmonies of #5225A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5225A5

Black with #5225A5

Text Example


Text Example

White with #5225A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5225A5; }

 p { color: rgb(82,37,165); }

 H1.HeaderClassName
 {
   color: #5225A5;
 }
 .AnyTagClassName
 {
   color: #5225A5;
 }
</style>

background-color css

<style>
 a { background-color: #5225A5; }

 a { background-color: rgb(82,37,165); }

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

border-color css

<style>
 span { border-color: #5225A5; }

 span { border-color: rgb(82,37,165); }

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