Html Css Color HEX #5D49A4 Daisy Bush

📋 copy color: '#5D49A4'

red 93 ◦ green 73 ◦ blue 164

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

Shades of Daisy Bush #5D49A4

Tints of Daisy Bush #5D49A4

RGB

 RED value IS 93 (36.72% from 255) = 28.18%

 GREEN value IS 73 (28.91% from 255) = 22.12%

 BLUE value IS 164 (64.45% from 255) = 49.7%

R = 28.18%
G = 22.12%
B = 49.7%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5D49A4 (or 0x5D49A4) is known color: Daisy Bush. HEX triplet: 5D, 49 and A4. RGB value is (93,73,164). Sum of RGB (Red+Green+Blue) = 93+73+164=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 164 (64.45% from 255 or 49.70% from 330); Max value from RGB is 164 - color contains mainly: blue. Hex color #5D49A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D49A4 is #A2B65B. Grayscale: #595959. Windows color (decimal): -10663516 or 10766685. OLE color: 10766685.

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

Color convert

RGB 93 73 164 -
CMYK 0.43 0.55 0 0.36
HSL 253.19º 0.38% 0.46% -
HSV(B) 253.19º 0.55% 0.64% -
XYZ 13.6 9.77 36.29 -
YUV 89.35 170.13 130.6 -
System Red Green Blue C M Y K H S L
Decimal 93 73 164 0.43 0.55 0 0.36 253.19 0.38 0.46
Hex 5D 49 A4 2B 37 0 24 FD 26 2E
Octal 135 111 244 53 67 0 44 375 46 56
Binary 1011101 1001001 10100100 101011 110111 0 100100 11111101 100110 101110

Color Harmonies of #5D49A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D49A4

Black with #5D49A4

Text Example


Text Example

White with #5D49A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,73,164); }

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

background-color css

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

 a { background-color: rgb(93,73,164); }

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

border-color css

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

 span { border-color: rgb(93,73,164); }

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