#5B3086

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

Shades of Kingfisher Daisy #5B3086

Tints of Kingfisher Daisy #5B3086

Color information

#5B3086 (or 0x5B3086) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 30 and 86. RGB value is (91,48,134). Sum of RGB (Red+Green+Blue) = 91+48+134=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #5B3086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3086 is #A4CF79. Grayscale: #464646. Windows color (decimal): -10801018 or 8794203. OLE color: 8794203.

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

Color convert

RGB9148134-
CMYK0.320.6400.47
HSL270º47.25%35.69%-
HSV(B)270º64.18%52.55%-
XYZ9.676.0623.21-
YUV70.66163.75142.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.33%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 134 (52.73% from 255) = 49.08%
R=33.33%
G=17.58%
B=49.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91481340.320.6400.4727047.2535.69
Hex5B3086204002F10e2f24
Octal13360206401000574165744
Binary10110111100001000011010000010000000101111100001110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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