#5b2389

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

Shades of Kingfisher Daisy #5B2389

Tints of Kingfisher Daisy #5B2389

Color information

#5B2389 (or 0x5B2389) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 23 and 89. RGB value is (91,35,137). Sum of RGB (Red+Green+Blue) = 91+35+137=263 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.60% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #5B2389 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2389 is #A4DC76. Grayscale: #3F3F3F. Windows color (decimal): -10804343 or 8987483. OLE color: 8987483.

HSL color Cylindrical-coordinate representation of color #5B2389: hue angle of 272.94º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B2389 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9135137-
CMYK0.340.7400.46
HSL272.94º59.3%33.73%-
HSV(B)272.94º74.45%53.73%-
XYZ9.435.2324.18-
YUV63.37169.55147.71-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.60%
GREEN value IS 35 (14.06% from 255) = 13.31%
BLUE value IS 137 (53.91% from 255) = 52.09%
R=34.60%
G=13.31%
B=52.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91351370.340.7400.46272.9459.333.73
Hex5B2389224A02E1113b22
Octal13343211421120564217342
Binary10110111000111000100110001010010100101110100010001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b2389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,35,137); }

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

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

 a { background-color: rgb(91,35,137); }

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

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

 span { border-color: rgb(91,35,137); }

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