Html Css Color HEX #5A3390 Daisy Bush

📋 copy color: '#5A3390'

red 90 ◦ green 51 ◦ blue 144

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

Shades of Daisy Bush #5A3390

Tints of Daisy Bush #5A3390

RGB

 RED value IS 90 (35.55% from 255) = 31.58%

 GREEN value IS 51 (20.31% from 255) = 17.89%

 BLUE value IS 144 (56.64% from 255) = 50.53%

R = 31.58%
G = 17.89%
B = 50.53%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5A3390 (or 0x5A3390) is known color: Daisy Bush. HEX triplet: 5A, 33 and 90. RGB value is (90,51,144). Sum of RGB (Red+Green+Blue) = 90+51+144=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #5A3390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3390 is #A5CC6F. Grayscale: #484848. Windows color (decimal): -10865776 or 9450330. OLE color: 9450330.

HSL color Cylindrical-coordinate representation of color #5A3390: hue angle of 265.16º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A3390 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 90 51 144 -
CMYK 0.37 0.65 0 0.44
HSL 265.16º 0.48% 0.38% -
HSV(B) 265.16º 0.65% 0.56% -
XYZ 10.43 6.55 27.1 -
YUV 73.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 90 51 144 0.37 0.65 0 0.44 265.16 0.48 0.38
Hex 5A 33 90 25 41 0 2C 109 30 26
Octal 132 63 220 45 101 0 54 411 60 46
Binary 1011010 110011 10010000 100101 1000001 0 101100 100001001 110000 100110

Color Harmonies of #5A3390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3390

Black with #5A3390

Text Example


Text Example

White with #5A3390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A3390; }

 p { color: rgb(90,51,144); }

 H1.HeaderClassName
 {
   color: #5A3390;
 }
 .AnyTagClassName
 {
   color: #5A3390;
 }
</style>

background-color css

<style>
 a { background-color: #5A3390; }

 a { background-color: rgb(90,51,144); }

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

border-color css

<style>
 span { border-color: #5A3390; }

 span { border-color: rgb(90,51,144); }

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