Html Css Color HEX #5A4499 Daisy Bush

📋 copy color: '#5A4499'

red 90 ◦ green 68 ◦ blue 153

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

Shades of Daisy Bush #5A4499

Tints of Daisy Bush #5A4499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.86%

 BLUE value IS 153 (60.16% from 255) = 49.2%

R = 28.94%
G = 21.86%
B = 49.2%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5A4499 (or 0x5A4499) is known color: Daisy Bush. HEX triplet: 5A, 44 and 99. RGB value is (90,68,153). Sum of RGB (Red+Green+Blue) = 90+68+153=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #5A4499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4499 is #A5BB66. Grayscale: #535353. Windows color (decimal): -10861415 or 10044506. OLE color: 10044506.

HSL color Cylindrical-coordinate representation of color #5A4499: hue angle of 255.53º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A4499 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 90 68 153 -
CMYK 0.41 0.56 0 0.4
HSL 255.53º 0.38% 0.43% -
HSV(B) 255.53º 0.56% 0.6% -
XYZ 12.03 8.61 31.16 -
YUV 84.27 166.79 132.09 -
System Red Green Blue C M Y K H S L
Decimal 90 68 153 0.41 0.56 0 0.4 255.53 0.38 0.43
Hex 5A 44 99 29 38 0 28 100 26 2B
Octal 132 104 231 51 70 0 50 400 46 53
Binary 1011010 1000100 10011001 101001 111000 0 101000 100000000 100110 101011

Color Harmonies of #5A4499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4499

Black with #5A4499

Text Example


Text Example

White with #5A4499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,68,153); }

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

background-color css

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

 a { background-color: rgb(90,68,153); }

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

border-color css

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

 span { border-color: rgb(90,68,153); }

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