Html Css Color HEX #5D4790 Daisy Bush

📋 copy color: '#5D4790'

red 93 ◦ green 71 ◦ blue 144

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

Shades of Daisy Bush #5D4790

Tints of Daisy Bush #5D4790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.75%

R = 30.19%
G = 23.05%
B = 46.75%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5D4790 (or 0x5D4790) is known color: Daisy Bush. HEX triplet: 5D, 47 and 90. RGB value is (93,71,144). Sum of RGB (Red+Green+Blue) = 93+71+144=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #5D4790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4790 is #A2B86F. Grayscale: #555555. Windows color (decimal): -10664048 or 9455453. OLE color: 9455453.

HSL color Cylindrical-coordinate representation of color #5D4790: hue angle of 258.08º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D4790 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 93 71 144 -
CMYK 0.35 0.51 0 0.44
HSL 258.08º 0.34% 0.42% -
HSV(B) 258.08º 0.51% 0.56% -
XYZ 11.8 8.85 27.47 -
YUV 85.9 160.79 133.06 -
System Red Green Blue C M Y K H S L
Decimal 93 71 144 0.35 0.51 0 0.44 258.08 0.34 0.42
Hex 5D 47 90 23 33 0 2C 102 22 2A
Octal 135 107 220 43 63 0 54 402 42 52
Binary 1011101 1000111 10010000 100011 110011 0 101100 100000010 100010 101010

Color Harmonies of #5D4790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4790

Black with #5D4790

Text Example


Text Example

White with #5D4790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,71,144); }

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

background-color css

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

 a { background-color: rgb(93,71,144); }

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

border-color css

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

 span { border-color: rgb(93,71,144); }

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