#5B2984

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

Shades of Kingfisher Daisy #5B2984

Tints of Kingfisher Daisy #5B2984

Color information

#5B2984 (or 0x5B2984) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 29 and 84. RGB value is (91,41,132). Sum of RGB (Red+Green+Blue) = 91+41+132=264 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.47% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #5B2984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2984 is #A4D67B. Grayscale: #424242. Windows color (decimal): -10802812 or 8661339. OLE color: 8661339.

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

Color convert

RGB9141132-
CMYK0.310.6900.48
HSL272.97º52.6%33.92%-
HSV(B)272.97º68.94%51.76%-
XYZ9.275.4822.4-
YUV66.32165.06145.6-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.47%
GREEN value IS 41 (16.41% from 255) = 15.53%
BLUE value IS 132 (51.95% from 255) = 50%
R=34.47%
G=15.53%
B=50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91411320.310.6900.48272.9752.633.92
Hex5B29841F450301113522
Octal13351204371050604216542
Binary1011011101001100001001111110001010110000100010001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,41,132); }

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

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

 a { background-color: rgb(91,41,132); }

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

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

 span { border-color: rgb(91,41,132); }

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