#5B469D

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

Shades of Daisy Bush #5B469D

Tints of Daisy Bush #5B469D

Color information

#5B469D (or 0x5B469D) is unknown color: approx Daisy Bush. HEX triplet: 5B, 46 and 9D. RGB value is (91,70,157). Sum of RGB (Red+Green+Blue) = 91+70+157=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B469D is #A4B962. Grayscale: #555555. Windows color (decimal): -10795363 or 10307163. OLE color: 10307163.

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

Color convert

RGB9170157-
CMYK0.420.5500.38
HSL254.48º38.33%44.51%-
HSV(B)254.48º55.41%61.57%-
XYZ12.599.0432.98-
YUV86.2167.96131.43-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.62%
GREEN value IS 70 (27.73% from 255) = 22.01%
BLUE value IS 157 (61.72% from 255) = 49.37%
R=28.62%
G=22.01%
B=49.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91701570.420.5500.38254.4838.3344.51
Hex5B469D2A37026fe262d
Octal13310623552670463764655
Binary1011011100011010011101101010110111010011011111110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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