#5B4493

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

Shades of Daisy Bush #5B4493

Tints of Daisy Bush #5B4493

Color information

#5B4493 (or 0x5B4493) is unknown color: approx Daisy Bush. HEX triplet: 5B, 44 and 93. RGB value is (91,68,147). Sum of RGB (Red+Green+Blue) = 91+68+147=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B4493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4493 is #A4BB6C. Grayscale: #535353. Windows color (decimal): -10795885 or 9651291. OLE color: 9651291.

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

Color convert

RGB9168147-
CMYK0.380.5400.42
HSL257.47º36.74%42.16%-
HSV(B)257.47º53.74%57.65%-
XYZ11.658.4628.62-
YUV83.88163.62133.08-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.74%
GREEN value IS 68 (26.95% from 255) = 22.22%
BLUE value IS 147 (57.81% from 255) = 48.04%
R=29.74%
G=22.22%
B=48.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91681470.380.5400.42257.4736.7442.16
Hex5B4493263602A101252a
Octal13310422346660524014552
Binary10110111000100100100111001101101100101010100000001100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,68,147); }

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

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

 a { background-color: rgb(91,68,147); }

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

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

 span { border-color: rgb(91,68,147); }

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