#5B2892

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

Shades of Kingfisher Daisy #5B2892

Tints of Kingfisher Daisy #5B2892

Color information

#5B2892 (or 0x5B2892) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 28 and 92. RGB value is (91,40,146). Sum of RGB (Red+Green+Blue) = 91+40+146=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B2892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2892 is #A4D76D. Grayscale: #424242. Windows color (decimal): -10803054 or 9578587. OLE color: 9578587.

HSL color Cylindrical-coordinate representation of color #5B2892: hue angle of 268.87º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B2892 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9140146-
CMYK0.380.7300.43
HSL268.87º56.99%36.47%-
HSV(B)268.87º72.6%57.25%-
XYZ10.265.8227.78-
YUV67.33172.4144.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.85%
GREEN value IS 40 (16.02% from 255) = 14.44%
BLUE value IS 146 (57.42% from 255) = 52.71%
R=32.85%
G=14.44%
B=52.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91401460.380.7300.43268.8756.9936.47
Hex5B2892264902B10d3924
Octal13350222461110534157144
Binary10110111010001001001010011010010010101011100001101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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