#5D2189

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

Shades of Kingfisher Daisy #5D2189

Tints of Kingfisher Daisy #5D2189

Color information

#5D2189 (or 0x5D2189) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 21 and 89. RGB value is (93,33,137). Sum of RGB (Red+Green+Blue) = 93+33+137=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 33 (13.28% from 255 or 12.55% 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 #5D2189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2189 is #A2DE76. Grayscale: #3E3E3E. Windows color (decimal): -10673783 or 8986973. OLE color: 8986973.

HSL color Cylindrical-coordinate representation of color #5D2189: hue angle of 274.62º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D2189 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9333137-
CMYK0.320.7600.46
HSL274.62º61.18%33.33%-
HSV(B)274.62º75.91%53.73%-
XYZ9.575.2224.17-
YUV62.8169.88149.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.36%
GREEN value IS 33 (13.28% from 255) = 12.55%
BLUE value IS 137 (53.91% from 255) = 52.09%
R=35.36%
G=12.55%
B=52.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal93331370.320.7600.46274.6261.1833.33
Hex5D2189204C02E1133d21
Octal13541211401140564237541
Binary10111011000011000100110000010011000101110100010011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,33,137); }

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

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

 a { background-color: rgb(93,33,137); }

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

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

 span { border-color: rgb(93,33,137); }

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