#5B1E93

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

Shades of Kingfisher Daisy #5B1E93

Tints of Kingfisher Daisy #5B1E93

Color information

#5B1E93 (or 0x5B1E93) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 1E and 93. RGB value is (91,30,147). Sum of RGB (Red+Green+Blue) = 91+30+147=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B1E93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1E93 is #A4E16C. Grayscale: #3D3D3D. Windows color (decimal): -10805613 or 9641563. OLE color: 9641563.

HSL color Cylindrical-coordinate representation of color #5B1E93: hue angle of 271.28º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B1E93 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9130147-
CMYK0.380.8000.42
HSL271.28º66.1%34.71%-
HSV(B)271.28º79.59%57.65%-
XYZ10.055.2628.09-
YUV61.58176.21148.99-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.96%
GREEN value IS 30 (12.11% from 255) = 11.19%
BLUE value IS 147 (57.81% from 255) = 54.85%
R=33.96%
G=11.19%
B=54.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91301470.380.8000.42271.2866.134.71
Hex5B1E93265002A10f4223
Octal133362234612005241710243
Binary10110111111010010011100110101000001010101000011111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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