#5D3F9A

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

Shades of Daisy Bush #5D3F9A

Tints of Daisy Bush #5D3F9A

Color information

#5D3F9A (or 0x5D3F9A) is unknown color: approx Daisy Bush. HEX triplet: 5D, 3F and 9A. RGB value is (93,63,154). Sum of RGB (Red+Green+Blue) = 93+63+154=310 (41% of max value = 765). Red value is 93 (36.72% from 255 or 30% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #5D3F9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3F9A is #A2C065. Grayscale: #525252. Windows color (decimal): -10666086 or 10108765. OLE color: 10108765.

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

Color convert

RGB9363154-
CMYK0.400.5900.40
HSL259.78º41.94%42.55%-
HSV(B)259.78º59.09%60.39%-
XYZ12.128.2231.52-
YUV82.34168.44135.6-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30%
GREEN value IS 63 (25% from 255) = 20.32%
BLUE value IS 154 (60.55% from 255) = 49.68%
R=30%
G=20.32%
B=49.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal93631540.400.5900.40259.7841.9442.55
Hex5D3F9A283B0281042a2b
Octal1357723250730504045253
Binary1011101111111100110101010001110110101000100000100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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