#5B3486

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

Shades of Kingfisher Daisy #5B3486

Tints of Kingfisher Daisy #5B3486

Color information

#5B3486 (or 0x5B3486) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 34 and 86. RGB value is (91,52,134). Sum of RGB (Red+Green+Blue) = 91+52+134=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 134 - color contains mainly: blue. Hex color #5B3486 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3486 is #A4CB79. Grayscale: #484848. Windows color (decimal): -10799994 or 8795227. OLE color: 8795227.

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

Color convert

RGB9152134-
CMYK0.320.6100.47
HSL268.54º44.09%36.47%-
HSV(B)268.54º61.19%52.55%-
XYZ9.856.423.27-
YUV73.01162.42140.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.85%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 134 (52.73% from 255) = 48.38%
R=32.85%
G=18.77%
B=48.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91521340.320.6100.47268.5444.0936.47
Hex5B3486203D02F10d2c24
Octal1336420640750574155444
Binary1011011110100100001101000001111010101111100001101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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