#5D3D8E

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

Shades of Daisy Bush #5D3D8E

Tints of Daisy Bush #5D3D8E

Color information

#5D3D8E (or 0x5D3D8E) is unknown color: approx Daisy Bush. HEX triplet: 5D, 3D and 8E. RGB value is (93,61,142). Sum of RGB (Red+Green+Blue) = 93+61+142=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #5D3D8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3D8E is #A2C271. Grayscale: #4F4F4F. Windows color (decimal): -10666610 or 9321821. OLE color: 9321821.

HSL color Cylindrical-coordinate representation of color #5D3D8E: hue angle of 263.7º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D3D8E is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9361142-
CMYK0.350.5700.44
HSL263.7º39.9%39.8%-
HSV(B)263.7º57.04%55.69%-
XYZ11.077.6226.48-
YUV79.8163.1137.41-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.42%
GREEN value IS 61 (24.22% from 255) = 20.61%
BLUE value IS 142 (55.86% from 255) = 47.97%
R=31.42%
G=20.61%
B=47.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal93611420.350.5700.44263.739.939.8
Hex5D3D8E233902C1082828
Octal1357521643710544105050
Binary1011101111101100011101000111110010101100100001000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,61,142); }

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

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

 a { background-color: rgb(93,61,142); }

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

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

 span { border-color: rgb(93,61,142); }

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