Html Css Color HEX #5A479E Daisy Bush

📋 copy color: '#5A479E'

red 90 ◦ green 71 ◦ blue 158

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

Shades of Daisy Bush #5A479E

Tints of Daisy Bush #5A479E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.26%

 BLUE value IS 158 (62.11% from 255) = 49.53%

R = 28.21%
G = 22.26%
B = 49.53%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5A479E (or 0x5A479E) is known color: Daisy Bush. HEX triplet: 5A, 47 and 9E. RGB value is (90,71,158). Sum of RGB (Red+Green+Blue) = 90+71+158=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A479E is #A5B861. Grayscale: #565656. Windows color (decimal): -10860642 or 10372954. OLE color: 10372954.

HSL color Cylindrical-coordinate representation of color #5A479E: hue angle of 253.1º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A479E is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 90 71 158 -
CMYK 0.43 0.55 0 0.38
HSL 253.1º 0.38% 0.45% -
HSV(B) 253.1º 0.55% 0.62% -
XYZ 12.64 9.15 33.45 -
YUV 86.6 168.29 130.43 -
System Red Green Blue C M Y K H S L
Decimal 90 71 158 0.43 0.55 0 0.38 253.1 0.38 0.45
Hex 5A 47 9E 2B 37 0 26 FD 26 2D
Octal 132 107 236 53 67 0 46 375 46 55
Binary 1011010 1000111 10011110 101011 110111 0 100110 11111101 100110 101101

Color Harmonies of #5A479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A479E

Black with #5A479E

Text Example


Text Example

White with #5A479E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,71,158); }

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

background-color css

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

 a { background-color: rgb(90,71,158); }

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

border-color css

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

 span { border-color: rgb(90,71,158); }

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