Html Css Color HEX #5A379B Daisy Bush

📋 copy color: '#5A379B'

red 90 ◦ green 55 ◦ blue 155

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

Shades of Daisy Bush #5A379B

Tints of Daisy Bush #5A379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.67%

R = 30%
G = 18.33%
B = 51.67%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5A379B (or 0x5A379B) is known color: Daisy Bush. HEX triplet: 5A, 37 and 9B. RGB value is (90,55,155). Sum of RGB (Red+Green+Blue) = 90+55+155=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A379B is #A5C864. Grayscale: #4C4C4C. Windows color (decimal): -10864741 or 10172250. OLE color: 10172250.

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

Color convert

RGB 90 55 155 -
CMYK 0.42 0.65 0 0.39
HSL 261º 0.48% 0.41% -
HSV(B) 261º 0.65% 0.61% -
XYZ 11.5 7.27 31.81 -
YUV 76.87 172.1 137.37 -
System Red Green Blue C M Y K H S L
Decimal 90 55 155 0.42 0.65 0 0.39 261 0.48 0.41
Hex 5A 37 9B 2A 41 0 27 105 30 29
Octal 132 67 233 52 101 0 47 405 60 51
Binary 1011010 110111 10011011 101010 1000001 0 100111 100000101 110000 101001

Color Harmonies of #5A379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A379B

Black with #5A379B

Text Example


Text Example

White with #5A379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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