#5b479f

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

Shades of Daisy Bush #5B479F

Tints of Daisy Bush #5B479F

Color information

#5B479F (or 0x5B479F) is unknown color: approx Daisy Bush. HEX triplet: 5B, 47 and 9F. RGB value is (91,71,159). Sum of RGB (Red+Green+Blue) = 91+71+159=321 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.35% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B479F is #A4B860. Grayscale: #565656. Windows color (decimal): -10795105 or 10438491. OLE color: 10438491.

HSL color Cylindrical-coordinate representation of color #5B479F: hue angle of 253.64º 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 #5B479F is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9171159-
CMYK0.430.5500.38
HSL253.64º38.26%45.1%-
HSV(B)253.64º55.35%62.35%-
XYZ12.839.2333.91-
YUV87.01168.63130.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.35%
GREEN value IS 71 (28.12% from 255) = 22.12%
BLUE value IS 159 (62.5% from 255) = 49.53%
R=28.35%
G=22.12%
B=49.53%

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
Decimal91711590.430.5500.38253.6438.2645.1
Hex5B479F2B37026fe262d
Octal13310723753670463764655
Binary1011011100011110011111101011110111010011011111110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b479f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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