Html Css Color HEX #5D4995 Daisy Bush

📋 copy color: '#5D4995'

red 93 ◦ green 73 ◦ blue 149

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

Shades of Daisy Bush #5D4995

Tints of Daisy Bush #5D4995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.3%

R = 29.52%
G = 23.17%
B = 47.3%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5D4995 (or 0x5D4995) is known color: Daisy Bush. HEX triplet: 5D, 49 and 95. RGB value is (93,73,149). Sum of RGB (Red+Green+Blue) = 93+73+149=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #5D4995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4995 is #A2B66A. Grayscale: #575757. Windows color (decimal): -10663531 or 9783645. OLE color: 9783645.

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

Color convert

RGB 93 73 149 -
CMYK 0.38 0.51 0 0.42
HSL 255.79º 0.34% 0.44% -
HSV(B) 255.79º 0.51% 0.58% -
XYZ 12.32 9.26 29.57 -
YUV 87.64 162.63 131.82 -
System Red Green Blue C M Y K H S L
Decimal 93 73 149 0.38 0.51 0 0.42 255.79 0.34 0.44
Hex 5D 49 95 26 33 0 2A 100 22 2C
Octal 135 111 225 46 63 0 52 400 42 54
Binary 1011101 1001001 10010101 100110 110011 0 101010 100000000 100010 101100

Color Harmonies of #5D4995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4995

Black with #5D4995

Text Example


Text Example

White with #5D4995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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