#5B489B

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

Shades of Daisy Bush #5B489B

Tints of Daisy Bush #5B489B

Color information

#5B489B (or 0x5B489B) is unknown color: approx Daisy Bush. HEX triplet: 5B, 48 and 9B. RGB value is (91,72,155). Sum of RGB (Red+Green+Blue) = 91+72+155=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B489B is #A4B764. Grayscale: #565656. Windows color (decimal): -10794853 or 10176603. OLE color: 10176603.

HSL color Cylindrical-coordinate representation of color #5B489B: hue angle of 253.73º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B489B is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9172155-
CMYK0.410.5400.39
HSL253.73º36.56%44.51%-
HSV(B)253.73º53.55%60.78%-
XYZ12.559.2332.13-
YUV87.14166.29130.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.62%
GREEN value IS 72 (28.52% from 255) = 22.64%
BLUE value IS 155 (60.94% from 255) = 48.74%
R=28.62%
G=22.64%
B=48.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91721550.410.5400.39253.7336.5644.51
Hex5B489B2936027fe252d
Octal13311023351660473764555
Binary1011011100100010011011101001110110010011111111110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,72,155); }

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

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

 a { background-color: rgb(91,72,155); }

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

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

 span { border-color: rgb(91,72,155); }

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