#5D389B

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

Shades of Daisy Bush #5D389B

Tints of Daisy Bush #5D389B

Color information

#5D389B (or 0x5D389B) is unknown color: approx Daisy Bush. HEX triplet: 5D, 38 and 9B. RGB value is (93,56,155). Sum of RGB (Red+Green+Blue) = 93+56+155=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D389B is #A2C764. Grayscale: #4D4D4D. Windows color (decimal): -10667877 or 10172509. OLE color: 10172509.

HSL color Cylindrical-coordinate representation of color #5D389B: hue angle of 262.42º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D389B is Cyan = 0.4, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9356155-
CMYK0.40.6400.39
HSL262.42º46.92%41.37%-
HSV(B)262.42º63.87%60.78%-
XYZ11.847.5231.84-
YUV78.35171.26138.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.59%
GREEN value IS 56 (22.27% from 255) = 18.42%
BLUE value IS 155 (60.94% from 255) = 50.99%
R=30.59%
G=18.42%
B=50.99%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93561550.40.6400.39262.4246.9241.37
Hex5D389B28400271062f29
Octal13570233501000474065751
Binary10111011110001001101110100010000000100111100000110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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