#5B489F

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

Shades of Daisy Bush #5B489F

Tints of Daisy Bush #5B489F

Color information

#5B489F (or 0x5B489F) is unknown color: approx Daisy Bush. HEX triplet: 5B, 48 and 9F. RGB value is (91,72,159). Sum of RGB (Red+Green+Blue) = 91+72+159=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B489F is #A4B760. Grayscale: #575757. Windows color (decimal): -10794849 or 10438747. OLE color: 10438747.

HSL color Cylindrical-coordinate representation of color #5B489F: hue angle of 253.1º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B489F is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9172159-
CMYK0.430.5500.38
HSL253.1º37.66%45.29%-
HSV(B)253.1º54.72%62.35%-
XYZ12.899.3633.93-
YUV87.6168.29130.43-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.26%
GREEN value IS 72 (28.52% from 255) = 22.36%
BLUE value IS 159 (62.5% from 255) = 49.38%
R=28.26%
G=22.36%
B=49.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91721590.430.5500.38253.137.6645.29
Hex5B489F2B37026fd262d
Octal13311023753670463754655
Binary1011011100100010011111101011110111010011011111101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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