#5B219B

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

Shades of Daisy Bush #5B219B

Tints of Daisy Bush #5B219B

Color information

#5B219B (or 0x5B219B) is unknown color: approx Daisy Bush. HEX triplet: 5B, 21 and 9B. RGB value is (91,33,155). Sum of RGB (Red+Green+Blue) = 91+33+155=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B219B is #A4DE64. Grayscale: #3F3F3F. Windows color (decimal): -10804837 or 10166619. OLE color: 10166619.

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

Color convert

RGB9133155-
CMYK0.410.7900.39
HSL268.52º64.89%36.86%-
HSV(B)268.52º78.71%60.78%-
XYZ10.775.6831.54-
YUV64.25179.22147.08-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.62%
GREEN value IS 33 (13.28% from 255) = 11.83%
BLUE value IS 155 (60.94% from 255) = 55.56%
R=32.62%
G=11.83%
B=55.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91331550.410.7900.39268.5264.8936.86
Hex5B219B294F02710d4125
Octal133412335111704741510145
Binary101101110000110011011101001100111101001111000011011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B219B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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