#5B4296

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

Shades of Daisy Bush #5B4296

Tints of Daisy Bush #5B4296

Color information

#5B4296 (or 0x5B4296) is unknown color: approx Daisy Bush. HEX triplet: 5B, 42 and 96. RGB value is (91,66,150). Sum of RGB (Red+Green+Blue) = 91+66+150=307 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.64% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #5B4296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4296 is #A4BD69. Grayscale: #525252. Windows color (decimal): -10796394 or 9847387. OLE color: 9847387.

HSL color Cylindrical-coordinate representation of color #5B4296: hue angle of 257.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B4296 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9166150-
CMYK0.390.5600.41
HSL257.86º38.89%42.35%-
HSV(B)257.86º56%58.82%-
XYZ11.778.3229.84-
YUV83.05165.78133.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.64%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 150 (58.98% from 255) = 48.86%
R=29.64%
G=21.50%
B=48.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91661500.390.5600.41257.8638.8942.35
Hex5B42962738029102272a
Octal13310222647700514024752
Binary10110111000010100101101001111110000101001100000010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,66,150); }

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

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

 a { background-color: rgb(91,66,150); }

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

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

 span { border-color: rgb(91,66,150); }

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