Html Css Color HEX #5D4589 Daisy Bush

📋 copy color: '#5D4589'

red 93 ◦ green 69 ◦ blue 137

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

Shades of Daisy Bush #5D4589

Tints of Daisy Bush #5D4589

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.08%

 BLUE value IS 137 (53.91% from 255) = 45.82%

R = 31.1%
G = 23.08%
B = 45.82%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5D4589 (or 0x5D4589) is known color: Daisy Bush. HEX triplet: 5D, 45 and 89. RGB value is (93,69,137). Sum of RGB (Red+Green+Blue) = 93+69+137=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #5D4589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4589 is #A2BA76. Grayscale: #535353. Windows color (decimal): -10664567 or 8996189. OLE color: 8996189.

HSL color Cylindrical-coordinate representation of color #5D4589: hue angle of 261.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D4589 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 93 69 137 -
CMYK 0.32 0.50 0 0.46
HSL 261.18º 0.33% 0.4% -
HSV(B) 261.18º 0.5% 0.54% -
XYZ 11.16 8.39 24.7 -
YUV 83.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 93 69 137 0.32 0.50 0 0.46 261.18 0.33 0.4
Hex 5D 45 89 20 32 0 2E 105 21 28
Octal 135 105 211 40 62 0 56 405 41 50
Binary 1011101 1000101 10001001 100000 110010 0 101110 100000101 100001 101000

Color Harmonies of #5D4589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4589

Black with #5D4589

Text Example


Text Example

White with #5D4589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,69,137); }

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

background-color css

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

 a { background-color: rgb(93,69,137); }

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

border-color css

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

 span { border-color: rgb(93,69,137); }

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