#5D2B89

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

Shades of Kingfisher Daisy #5D2B89

Tints of Kingfisher Daisy #5D2B89

Color information

#5D2B89 (or 0x5D2B89) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 2B and 89. RGB value is (93,43,137). Sum of RGB (Red+Green+Blue) = 93+43+137=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #5D2B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2B89 is #A2D476. Grayscale: #444444. Windows color (decimal): -10671223 or 8989533. OLE color: 8989533.

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

Color convert

RGB9343137-
CMYK0.320.6900.46
HSL271.91º52.22%35.29%-
HSV(B)271.91º68.61%53.73%-
XYZ9.895.8624.28-
YUV68.67166.56145.36-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.07%
GREEN value IS 43 (17.19% from 255) = 15.75%
BLUE value IS 137 (53.91% from 255) = 50.18%
R=34.07%
G=15.75%
B=50.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal93431370.320.6900.46271.9152.2235.29
Hex5D2B89204502E1103423
Octal13553211401050564206443
Binary10111011010111000100110000010001010101110100010000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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