#5B3882

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

Shades of Kingfisher Daisy #5B3882

Tints of Kingfisher Daisy #5B3882

Color information

#5B3882 (or 0x5B3882) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 38 and 82. RGB value is (91,56,130). Sum of RGB (Red+Green+Blue) = 91+56+130=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #5B3882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3882 is #A4C77D. Grayscale: #4A4A4A. Windows color (decimal): -10798974 or 8534107. OLE color: 8534107.

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

Color convert

RGB9156130-
CMYK0.300.5700.49
HSL268.38º39.78%36.47%-
HSV(B)268.38º56.92%50.98%-
XYZ9.766.6621.89-
YUV74.9159.1139.48-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.85%
GREEN value IS 56 (22.27% from 255) = 20.22%
BLUE value IS 130 (51.17% from 255) = 46.93%
R=32.85%
G=20.22%
B=46.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91561300.300.5700.49268.3839.7836.47
Hex5B38821E3903110c2824
Octal1337020236710614145044
Binary101101111100010000010111101110010110001100001100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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