#5B3E8D

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

Shades of Daisy Bush #5B3E8D

Tints of Daisy Bush #5B3E8D

Color information

#5B3E8D (or 0x5B3E8D) is unknown color: approx Daisy Bush. HEX triplet: 5B, 3E and 8D. RGB value is (91,62,141). Sum of RGB (Red+Green+Blue) = 91+62+141=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B3E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3E8D is #A4C172. Grayscale: #4F4F4F. Windows color (decimal): -10797427 or 9256539. OLE color: 9256539.

HSL color Cylindrical-coordinate representation of color #5B3E8D: hue angle of 262.03º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B3E8D is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9162141-
CMYK0.350.5600.45
HSL262.03º38.92%39.8%-
HSV(B)262.03º56.03%55.29%-
XYZ10.847.5926.09-
YUV79.68162.61136.08-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.95%
GREEN value IS 62 (24.61% from 255) = 21.09%
BLUE value IS 141 (55.47% from 255) = 47.96%
R=30.95%
G=21.09%
B=47.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91621410.350.5600.45262.0338.9239.8
Hex5B3E8D233802D1062728
Octal1337621543700554064750
Binary1011011111110100011011000111110000101101100000110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,62,141); }

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

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

 a { background-color: rgb(91,62,141); }

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

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

 span { border-color: rgb(91,62,141); }

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