#5B1E87

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

Shades of Kingfisher Daisy #5B1E87

Tints of Kingfisher Daisy #5B1E87

Color information

#5B1E87 (or 0x5B1E87) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 1E and 87. RGB value is (91,30,135). Sum of RGB (Red+Green+Blue) = 91+30+135=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B1E87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1E87 is #A4E178. Grayscale: #3B3B3B. Windows color (decimal): -10805625 or 8855131. OLE color: 8855131.

HSL color Cylindrical-coordinate representation of color #5B1E87: hue angle of 274.86º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B1E87 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9130135-
CMYK0.330.7800.47
HSL274.86º63.64%32.35%-
HSV(B)274.86º77.78%52.94%-
XYZ9.154.923.39-
YUV60.21170.21149.96-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.55%
GREEN value IS 30 (12.11% from 255) = 11.72%
BLUE value IS 135 (53.12% from 255) = 52.73%
R=35.55%
G=11.72%
B=52.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91301350.330.7800.47274.8663.6432.35
Hex5B1E87214E02F1134020
Octal133362074111605742310040
Binary10110111111010000111100001100111001011111000100111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,30,135); }

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

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

 a { background-color: rgb(91,30,135); }

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

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

 span { border-color: rgb(91,30,135); }

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