#5b1c86

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

Shades of Kingfisher Daisy #5B1C86

Tints of Kingfisher Daisy #5B1C86

Color information

#5B1C86 (or 0x5B1C86) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 1C and 86. RGB value is (91,28,134). Sum of RGB (Red+Green+Blue) = 91+28+134=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #5B1C86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1C86 is #A4E379. Grayscale: #3A3A3A. Windows color (decimal): -10806138 or 8789083. OLE color: 8789083.

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

Color convert

RGB9128134-
CMYK0.320.7900.47
HSL275.66º65.43%31.76%-
HSV(B)275.66º79.1%52.55%-
XYZ9.034.7823-
YUV58.92170.37150.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.97%
GREEN value IS 28 (11.33% from 255) = 11.07%
BLUE value IS 134 (52.73% from 255) = 52.96%
R=35.97%
G=11.07%
B=52.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91281340.320.7900.47275.6665.4331.76
Hex5B1C86204F02F1144120
Octal133342064011705742410140
Binary10110111110010000110100000100111101011111000101001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b1c86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,28,134); }

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

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

 a { background-color: rgb(91,28,134); }

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

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

 span { border-color: rgb(91,28,134); }

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