#5D339D

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

Shades of Daisy Bush #5D339D

Tints of Daisy Bush #5D339D

Color information

#5D339D (or 0x5D339D) is unknown color: approx Daisy Bush. HEX triplet: 5D, 33 and 9D. RGB value is (93,51,157). Sum of RGB (Red+Green+Blue) = 93+51+157=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D339D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D339D is #A2CC62. Grayscale: #4B4B4B. Windows color (decimal): -10669155 or 10302301. OLE color: 10302301.

HSL color Cylindrical-coordinate representation of color #5D339D: hue angle of 263.77º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D339D is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9351157-
CMYK0.410.6800.38
HSL263.77º50.96%40.78%-
HSV(B)263.77º67.52%61.57%-
XYZ11.787.1332.65-
YUV75.64173.91140.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.90%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 157 (61.72% from 255) = 52.16%
R=30.90%
G=16.94%
B=52.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93511570.410.6800.38263.7750.9640.78
Hex5D339D29440261083329
Octal13563235511040464106351
Binary10111011100111001110110100110001000100110100001000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D339D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,51,157); }

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

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

 a { background-color: rgb(93,51,157); }

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

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

 span { border-color: rgb(93,51,157); }

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