#5B1B83

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

Shades of Kingfisher Daisy #5B1B83

Tints of Kingfisher Daisy #5B1B83

Color information

#5B1B83 (or 0x5B1B83) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 1B and 83. RGB value is (91,27,131). Sum of RGB (Red+Green+Blue) = 91+27+131=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #5B1B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1B83 is #A4E47C. Grayscale: #393939. Windows color (decimal): -10806397 or 8592219. OLE color: 8592219.

HSL color Cylindrical-coordinate representation of color #5B1B83: hue angle of 276.92º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B1B83 is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9127131-
CMYK0.310.7900.49
HSL276.92º65.82%30.98%-
HSV(B)276.92º79.39%51.37%-
XYZ8.84.6521.91-
YUV57.99169.2151.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.55%
GREEN value IS 27 (10.94% from 255) = 10.84%
BLUE value IS 131 (51.56% from 255) = 52.61%
R=36.55%
G=10.84%
B=52.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91271310.310.7900.49276.9265.8230.98
Hex5B1B831F4F031115421f
Octal133332033711706142510237
Binary101101111011100000111111110011110110001100010101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,27,131); }

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

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

 a { background-color: rgb(91,27,131); }

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

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

 span { border-color: rgb(91,27,131); }

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