Html Css Color HEX #5D499B Daisy Bush

📋 copy color: '#5D499B'

red 93 ◦ green 73 ◦ blue 155

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

Shades of Daisy Bush #5D499B

Tints of Daisy Bush #5D499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.29%

R = 28.97%
G = 22.74%
B = 48.29%

CMYK

 C value IS 0.4

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5D499B (or 0x5D499B) is known color: Daisy Bush. HEX triplet: 5D, 49 and 9B. RGB value is (93,73,155). Sum of RGB (Red+Green+Blue) = 93+73+155=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D499B is #A2B664. Grayscale: #585858. Windows color (decimal): -10663525 or 10176861. OLE color: 10176861.

HSL color Cylindrical-coordinate representation of color #5D499B: hue angle of 254.63º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D499B is Cyan = 0.4, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 93 73 155 -
CMYK 0.4 0.53 0 0.39
HSL 254.63º 0.36% 0.45% -
HSV(B) 254.63º 0.53% 0.61% -
XYZ 12.81 9.46 32.16 -
YUV 88.33 165.63 131.33 -
System Red Green Blue C M Y K H S L
Decimal 93 73 155 0.4 0.53 0 0.39 254.63 0.36 0.45
Hex 5D 49 9B 28 35 0 27 FF 24 2D
Octal 135 111 233 50 65 0 47 377 44 55
Binary 1011101 1001001 10011011 101000 110101 0 100111 11111111 100100 101101

Color Harmonies of #5D499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D499B

Black with #5D499B

Text Example


Text Example

White with #5D499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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