Html Css Color HEX #5A379E Daisy Bush

📋 copy color: '#5A379E'

red 90 ◦ green 55 ◦ blue 158

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

Shades of Daisy Bush #5A379E

Tints of Daisy Bush #5A379E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.15%

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

R = 29.7%
G = 18.15%
B = 52.15%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5A379E (or 0x5A379E) is known color: Daisy Bush. HEX triplet: 5A, 37 and 9E. RGB value is (90,55,158). Sum of RGB (Red+Green+Blue) = 90+55+158=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A379E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A379E is #A5C861. Grayscale: #4C4C4C. Windows color (decimal): -10864738 or 10368858. OLE color: 10368858.

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

Color convert

RGB 90 55 158 -
CMYK 0.43 0.65 0 0.38
HSL 260.39º 0.48% 0.42% -
HSV(B) 260.39º 0.65% 0.62% -
XYZ 11.75 7.37 33.15 -
YUV 77.21 173.6 137.12 -
System Red Green Blue C M Y K H S L
Decimal 90 55 158 0.43 0.65 0 0.38 260.39 0.48 0.42
Hex 5A 37 9E 2B 41 0 26 104 30 2A
Octal 132 67 236 53 101 0 46 404 60 52
Binary 1011010 110111 10011110 101011 1000001 0 100110 100000100 110000 101010

Color Harmonies of #5A379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A379E

Black with #5A379E

Text Example


Text Example

White with #5A379E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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