#5B2791

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

Shades of Kingfisher Daisy #5B2791

Tints of Kingfisher Daisy #5B2791

Color information

#5B2791 (or 0x5B2791) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 27 and 91. RGB value is (91,39,145). Sum of RGB (Red+Green+Blue) = 91+39+145=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #5B2791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2791 is #A4D86E. Grayscale: #424242. Windows color (decimal): -10803311 or 9512795. OLE color: 9512795.

HSL color Cylindrical-coordinate representation of color #5B2791: hue angle of 269.43º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B2791 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9139145-
CMYK0.370.7300.43
HSL269.43º57.61%36.08%-
HSV(B)269.43º73.1%56.86%-
XYZ10.155.7227.36-
YUV66.63172.23145.38-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.09%
GREEN value IS 39 (15.62% from 255) = 14.18%
BLUE value IS 145 (57.03% from 255) = 52.73%
R=33.09%
G=14.18%
B=52.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91391450.370.7300.43269.4357.6136.08
Hex5B2791254902B10d3a24
Octal13347221451110534157244
Binary10110111001111001000110010110010010101011100001101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,39,145); }

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

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

 a { background-color: rgb(91,39,145); }

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

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

 span { border-color: rgb(91,39,145); }

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