#5B1F91

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

Shades of Kingfisher Daisy #5B1F91

Tints of Kingfisher Daisy #5B1F91

Color information

#5B1F91 (or 0x5B1F91) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 1F and 91. RGB value is (91,31,145). Sum of RGB (Red+Green+Blue) = 91+31+145=267 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.08% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #5B1F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1F91 is #A4E06E. Grayscale: #3D3D3D. Windows color (decimal): -10805359 or 9510747. OLE color: 9510747.

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

Color convert

RGB9131145-
CMYK0.370.7900.43
HSL271.58º64.77%34.51%-
HSV(B)271.58º78.62%56.86%-
XYZ9.925.2527.28-
YUV61.94174.88148.73-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.08%
GREEN value IS 31 (12.5% from 255) = 11.61%
BLUE value IS 145 (57.03% from 255) = 54.31%
R=34.08%
G=11.61%
B=54.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91311450.370.7900.43271.5864.7734.51
Hex5B1F91254F02B1104123
Octal133372214511705342010143
Binary10110111111110010001100101100111101010111000100001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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