#5D38A0

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

Shades of Daisy Bush #5D38A0

Tints of Daisy Bush #5D38A0

Color information

#5D38A0 (or 0x5D38A0) is unknown color: approx Daisy Bush. HEX triplet: 5D, 38 and A0. RGB value is (93,56,160). Sum of RGB (Red+Green+Blue) = 93+56+160=309 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.10% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 160 (62.89% from 255 or 51.78% from 309); Max value from RGB is 160 - color contains mainly: blue. Hex color #5D38A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D38A0 is #A2C75F. Grayscale: #4E4E4E. Windows color (decimal): -10667872 or 10500189. OLE color: 10500189.

HSL color Cylindrical-coordinate representation of color #5D38A0: hue angle of 261.35º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D38A0 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9356160-
CMYK0.420.6500.37
HSL261.35º48.15%42.35%-
HSV(B)261.35º65%62.75%-
XYZ12.277.6934.1-
YUV78.92173.76138.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.10%
GREEN value IS 56 (22.27% from 255) = 18.12%
BLUE value IS 160 (62.89% from 255) = 51.78%
R=30.10%
G=18.12%
B=51.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal93561600.420.6500.37261.3548.1542.35
Hex5D38A02A41025105302a
Octal13570240521010454056052
Binary10111011110001010000010101010000010100101100000101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D38A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,56,160); }

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

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

 a { background-color: rgb(93,56,160); }

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

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

 span { border-color: rgb(93,56,160); }

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