Html Css Color HEX #5325A4 Daisy Bush

📋 copy color: '#5325A4'

red 83 ◦ green 37 ◦ blue 164

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

Shades of Daisy Bush #5325A4

Tints of Daisy Bush #5325A4

RGB

 RED value IS 83 (32.81% from 255) = 29.23%

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

 BLUE value IS 164 (64.45% from 255) = 57.75%

R = 29.23%
G = 13.03%
B = 57.75%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5325A4 (or 0x5325A4) is known color: Daisy Bush. HEX triplet: 53, 25 and A4. RGB value is (83,37,164). Sum of RGB (Red+Green+Blue) = 83+37+164=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 164 (64.45% from 255 or 57.75% from 284); Max value from RGB is 164 - color contains mainly: blue. Hex color #5325A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5325A4 is #ACDA5B. Grayscale: #404040. Windows color (decimal): -11328092 or 10757459. OLE color: 10757459.

HSL color Cylindrical-coordinate representation of color #5325A4: hue angle of 261.73º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5325A4 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 37 164 -
CMYK 0.49 0.77 0 0.36
HSL 261.73º 0.63% 0.39% -
HSV(B) 261.73º 0.77% 0.64% -
XYZ 10.93 5.84 35.67 -
YUV 65.23 183.74 140.67 -
System Red Green Blue C M Y K H S L
Decimal 83 37 164 0.49 0.77 0 0.36 261.73 0.63 0.39
Hex 53 25 A4 31 4D 0 24 106 3F 27
Octal 123 45 244 61 115 0 44 406 77 47
Binary 1010011 100101 10100100 110001 1001101 0 100100 100000110 111111 100111

Color Harmonies of #5325A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5325A4

Black with #5325A4

Text Example


Text Example

White with #5325A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5325A4; }

 p { color: rgb(83,37,164); }

 H1.HeaderClassName
 {
   color: #5325A4;
 }
 .AnyTagClassName
 {
   color: #5325A4;
 }
</style>

background-color css

<style>
 a { background-color: #5325A4; }

 a { background-color: rgb(83,37,164); }

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

border-color css

<style>
 span { border-color: #5325A4; }

 span { border-color: rgb(83,37,164); }

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