#5B469B

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

Shades of Daisy Bush #5B469B

Tints of Daisy Bush #5B469B

Color information

#5B469B (or 0x5B469B) is unknown color: approx Daisy Bush. HEX triplet: 5B, 46 and 9B. RGB value is (91,70,155). Sum of RGB (Red+Green+Blue) = 91+70+155=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B469B is #A4B964. Grayscale: #555555. Windows color (decimal): -10795365 or 10176091. OLE color: 10176091.

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

Color convert

RGB9170155-
CMYK0.410.5500.39
HSL254.82º37.78%44.12%-
HSV(B)254.82º54.84%60.78%-
XYZ12.428.9732.09-
YUV85.97166.96131.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.80%
GREEN value IS 70 (27.73% from 255) = 22.15%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=28.80%
G=22.15%
B=49.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91701550.410.5500.39254.8237.7844.12
Hex5B469B2937027ff262c
Octal13310623351670473774654
Binary1011011100011010011011101001110111010011111111111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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