#5D389C

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

Shades of Daisy Bush #5D389C

Tints of Daisy Bush #5D389C

Color information

#5D389C (or 0x5D389C) is unknown color: approx Daisy Bush. HEX triplet: 5D, 38 and 9C. RGB value is (93,56,156). Sum of RGB (Red+Green+Blue) = 93+56+156=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D389C is #A2C763. Grayscale: #4E4E4E. Windows color (decimal): -10667876 or 10238045. OLE color: 10238045.

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

Color convert

RGB9356156-
CMYK0.400.6400.39
HSL262.2º47.17%41.57%-
HSV(B)262.2º64.1%61.18%-
XYZ11.937.5632.28-
YUV78.46171.76138.37-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.49%
GREEN value IS 56 (22.27% from 255) = 18.36%
BLUE value IS 156 (61.33% from 255) = 51.15%
R=30.49%
G=18.36%
B=51.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93561560.400.6400.39262.247.1741.57
Hex5D389C28400271062f2a
Octal13570234501000474065752
Binary10111011110001001110010100010000000100111100000110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D389C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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