#5D499D

Color #5D499D Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #5D499D

Tints of Daisy Bush #5D499D

Color information

#5D499D (or 0x5D499D) is unknown color: approx Daisy Bush. HEX triplet: 5D, 49 and 9D. RGB value is (93,73,157). Sum of RGB (Red+Green+Blue) = 93+73+157=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D499D is #A2B662. Grayscale: #585858. Windows color (decimal): -10663523 or 10307933. OLE color: 10307933.

HSL color Cylindrical-coordinate representation of color #5D499D: hue angle of 254.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D499D is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9373157-
CMYK0.410.5400.38
HSL254.29º36.52%45.1%-
HSV(B)254.29º53.5%61.57%-
XYZ12.989.5333.05-
YUV88.56166.63131.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.79%
GREEN value IS 73 (28.91% from 255) = 22.60%
BLUE value IS 157 (61.72% from 255) = 48.61%
R=28.79%
G=22.60%
B=48.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93731570.410.5400.38254.2936.5245.1
Hex5D499D2936026fe252d
Octal13511123551660463764555
Binary1011101100100110011101101001110110010011011111110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D499D;
 }
 .AnyTagClassName
 {
   color: #5D499D;
 }
</style>
background-color css

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

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

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

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

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

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