#5B2186

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

Shades of Kingfisher Daisy #5B2186

Tints of Kingfisher Daisy #5B2186

Color information

#5B2186 (or 0x5B2186) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 21 and 86. RGB value is (91,33,134). Sum of RGB (Red+Green+Blue) = 91+33+134=258 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.27% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #5B2186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2186 is #A4DE79. Grayscale: #3D3D3D. Windows color (decimal): -10804858 or 8790363. OLE color: 8790363.

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

Color convert

RGB9133134-
CMYK0.320.7500.47
HSL274.46º60.48%32.75%-
HSV(B)274.46º75.37%52.55%-
XYZ9.165.0323.04-
YUV61.86168.72148.79-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.27%
GREEN value IS 33 (13.28% from 255) = 12.79%
BLUE value IS 134 (52.73% from 255) = 51.94%
R=35.27%
G=12.79%
B=51.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91331340.320.7500.47274.4660.4832.75
Hex5B2186204B02F1123c21
Octal13341206401130574227441
Binary10110111000011000011010000010010110101111100010010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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