#5B449D

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

Shades of Daisy Bush #5B449D

Tints of Daisy Bush #5B449D

Color information

#5B449D (or 0x5B449D) is unknown color: approx Daisy Bush. HEX triplet: 5B, 44 and 9D. RGB value is (91,68,157). Sum of RGB (Red+Green+Blue) = 91+68+157=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B449D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B449D is #A4BB62. Grayscale: #545454. Windows color (decimal): -10795875 or 10306651. OLE color: 10306651.

HSL color Cylindrical-coordinate representation of color #5B449D: hue angle of 255.51º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B449D is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9168157-
CMYK0.420.5700.38
HSL255.51º39.56%44.12%-
HSV(B)255.51º56.69%61.57%-
XYZ12.478.7932.94-
YUV85.02168.62132.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.80%
GREEN value IS 68 (26.95% from 255) = 21.52%
BLUE value IS 157 (61.72% from 255) = 49.68%
R=28.80%
G=21.52%
B=49.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91681570.420.5700.38255.5139.5644.12
Hex5B449D2A39026100282c
Octal13310423552710464005054
Binary10110111000100100111011010101110010100110100000000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B449D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,68,157); }

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

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

 a { background-color: rgb(91,68,157); }

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

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

 span { border-color: rgb(91,68,157); }

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