#5B3D93

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

Shades of Daisy Bush #5B3D93

Tints of Daisy Bush #5B3D93

Color information

#5B3D93 (or 0x5B3D93) is unknown color: approx Daisy Bush. HEX triplet: 5B, 3D and 93. RGB value is (91,61,147). Sum of RGB (Red+Green+Blue) = 91+61+147=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B3D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3D93 is #A4C26C. Grayscale: #4F4F4F. Windows color (decimal): -10797677 or 9649499. OLE color: 9649499.

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

Color convert

RGB9161147-
CMYK0.380.5900.42
HSL260.93º41.35%40.78%-
HSV(B)260.93º58.5%57.65%-
XYZ11.257.6728.49-
YUV79.77165.94136.01-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.43%
GREEN value IS 61 (24.22% from 255) = 20.40%
BLUE value IS 147 (57.81% from 255) = 49.16%
R=30.43%
G=20.40%
B=49.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91611470.380.5900.42260.9341.3540.78
Hex5B3D93263B02A1052929
Octal1337522346730524055151
Binary1011011111101100100111001101110110101010100000101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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