#5D2A93

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

Shades of Kingfisher Daisy #5D2A93

Tints of Kingfisher Daisy #5D2A93

Color information

#5D2A93 (or 0x5D2A93) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 2A and 93. RGB value is (93,42,147). Sum of RGB (Red+Green+Blue) = 93+42+147=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #5D2A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2A93 is #A2D56C. Grayscale: #444444. Windows color (decimal): -10671469 or 9644637. OLE color: 9644637.

HSL color Cylindrical-coordinate representation of color #5D2A93: hue angle of 269.14º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D2A93 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9342147-
CMYK0.370.7100.42
HSL269.14º55.56%37.06%-
HSV(B)269.14º71.43%57.65%-
XYZ10.616.0928.22-
YUV69.22171.9144.96-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.98%
GREEN value IS 42 (16.80% from 255) = 14.89%
BLUE value IS 147 (57.81% from 255) = 52.13%
R=32.98%
G=14.89%
B=52.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal93421470.370.7100.42269.1455.5637.06
Hex5D2A93254702A10d3825
Octal13552223451070524157045
Binary10111011010101001001110010110001110101010100001101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,42,147); }

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

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

 a { background-color: rgb(93,42,147); }

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

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

 span { border-color: rgb(93,42,147); }

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