#5B3E85

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

Shades of Kingfisher Daisy #5B3E85

Tints of Kingfisher Daisy #5B3E85

Color information

#5B3E85 (or 0x5B3E85) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 3E and 85. RGB value is (91,62,133). Sum of RGB (Red+Green+Blue) = 91+62+133=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B3E85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3E85 is #A4C17A. Grayscale: #4E4E4E. Windows color (decimal): -10797435 or 8732251. OLE color: 8732251.

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

Color convert

RGB9162133-
CMYK0.320.5300.48
HSL264.51º36.41%38.24%-
HSV(B)264.51º53.38%52.16%-
XYZ10.277.3623.07-
YUV78.76158.61136.73-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.82%
GREEN value IS 62 (24.61% from 255) = 21.68%
BLUE value IS 133 (52.34% from 255) = 46.50%
R=31.82%
G=21.68%
B=46.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91621330.320.5300.48264.5136.4138.24
Hex5B3E8520350301092426
Octal1337620540650604114446
Binary1011011111110100001011000001101010110000100001001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,62,133); }

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

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

 a { background-color: rgb(91,62,133); }

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

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

 span { border-color: rgb(91,62,133); }

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