#5B3093

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

Shades of Daisy Bush #5B3093

Tints of Daisy Bush #5B3093

Color information

#5B3093 (or 0x5B3093) is unknown color: approx Daisy Bush. HEX triplet: 5B, 30 and 93. RGB value is (91,48,147). Sum of RGB (Red+Green+Blue) = 91+48+147=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B3093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3093 is #A4CF6C. Grayscale: #474747. Windows color (decimal): -10801005 or 9646171. OLE color: 9646171.

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

Color convert

RGB9148147-
CMYK0.380.6700.42
HSL266.06º50.77%38.24%-
HSV(B)266.06º67.35%57.65%-
XYZ10.646.4428.29-
YUV72.14170.25141.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.82%
GREEN value IS 48 (19.14% from 255) = 16.78%
BLUE value IS 147 (57.81% from 255) = 51.40%
R=31.82%
G=16.78%
B=51.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91481470.380.6700.42266.0650.7738.24
Hex5B3093264302A10a3326
Octal13360223461030524126346
Binary10110111100001001001110011010000110101010100001010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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