Html Css Color HEX #5A378A Daisy Bush

📋 copy color: '#5A378A'

red 90 ◦ green 55 ◦ blue 138

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

Shades of Daisy Bush #5A378A

Tints of Daisy Bush #5A378A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 48.76%

R = 31.8%
G = 19.43%
B = 48.76%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5A378A (or 0x5A378A) is known color: Daisy Bush. HEX triplet: 5A, 37 and 8A. RGB value is (90,55,138). Sum of RGB (Red+Green+Blue) = 90+55+138=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A378A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A378A is #A5C875. Grayscale: #4A4A4A. Windows color (decimal): -10864758 or 9058138. OLE color: 9058138.

HSL color Cylindrical-coordinate representation of color #5A378A: hue angle of 265.3º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A378A is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 90 55 138 -
CMYK 0.35 0.60 0 0.46
HSL 265.3º 0.43% 0.38% -
HSV(B) 265.3º 0.6% 0.54% -
XYZ 10.17 6.74 24.81 -
YUV 74.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 90 55 138 0.35 0.60 0 0.46 265.3 0.43 0.38
Hex 5A 37 8A 23 3C 0 2E 109 2B 26
Octal 132 67 212 43 74 0 56 411 53 46
Binary 1011010 110111 10001010 100011 111100 0 101110 100001001 101011 100110

Color Harmonies of #5A378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A378A

Black with #5A378A

Text Example


Text Example

White with #5A378A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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