#5B2882

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

Shades of Kingfisher Daisy #5B2882

Tints of Kingfisher Daisy #5B2882

Color information

#5B2882 (or 0x5B2882) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 28 and 82. RGB value is (91,40,130). Sum of RGB (Red+Green+Blue) = 91+40+130=261 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.87% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #5B2882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2882 is #A4D77D. Grayscale: #414141. Windows color (decimal): -10803070 or 8530011. OLE color: 8530011.

HSL color Cylindrical-coordinate representation of color #5B2882: hue angle of 274º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B2882 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9140130-
CMYK0.300.6900.49
HSL274º52.94%33.33%-
HSV(B)274º69.23%50.98%-
XYZ9.15.3521.67-
YUV65.51164.4146.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.87%
GREEN value IS 40 (16.02% from 255) = 15.33%
BLUE value IS 130 (51.17% from 255) = 49.81%
R=34.87%
G=15.33%
B=49.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91401300.300.6900.4927452.9433.33
Hex5B28821E450311123521
Octal13350202361050614226541
Binary1011011101000100000101111010001010110001100010010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,40,130); }

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

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

 a { background-color: rgb(91,40,130); }

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

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

 span { border-color: rgb(91,40,130); }

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