#5D3F96

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

Shades of Daisy Bush #5D3F96

Tints of Daisy Bush #5D3F96

Color information

#5D3F96 (or 0x5D3F96) is unknown color: approx Daisy Bush. HEX triplet: 5D, 3F and 96. RGB value is (93,63,150). Sum of RGB (Red+Green+Blue) = 93+63+150=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #5D3F96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3F96 is #A2C069. Grayscale: #515151. Windows color (decimal): -10666090 or 9846621. OLE color: 9846621.

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

Color convert

RGB9363150-
CMYK0.380.5800.41
HSL260.69º40.85%41.76%-
HSV(B)260.69º58%58.82%-
XYZ11.88.0829.79-
YUV81.89166.44135.93-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.39%
GREEN value IS 63 (25% from 255) = 20.59%
BLUE value IS 150 (58.98% from 255) = 49.02%
R=30.39%
G=20.59%
B=49.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal93631500.380.5800.41260.6940.8541.76
Hex5D3F96263A029105292a
Octal1357722646720514055152
Binary1011101111111100101101001101110100101001100000101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,63,150); }

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

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

 a { background-color: rgb(93,63,150); }

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

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

 span { border-color: rgb(93,63,150); }

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