#5D1C83

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

Shades of Kingfisher Daisy #5D1C83

Tints of Kingfisher Daisy #5D1C83

Color information

#5D1C83 (or 0x5D1C83) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 1C and 83. RGB value is (93,28,131). Sum of RGB (Red+Green+Blue) = 93+28+131=252 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.90% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #5D1C83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1C83 is #A2E37C. Grayscale: #3A3A3A. Windows color (decimal): -10675069 or 8592477. OLE color: 8592477.

HSL color Cylindrical-coordinate representation of color #5D1C83: hue angle of 277.86º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D1C83 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9328131-
CMYK0.290.7900.49
HSL277.86º64.78%31.18%-
HSV(B)277.86º78.63%51.37%-
XYZ9.034.821.92-
YUV59.18168.53152.12-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.90%
GREEN value IS 28 (11.33% from 255) = 11.11%
BLUE value IS 131 (51.56% from 255) = 51.98%
R=36.90%
G=11.11%
B=51.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal93281310.290.7900.49277.8664.7831.18
Hex5D1C831D4F031116411f
Octal135342033511706142610137
Binary101110111100100000111110110011110110001100010110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,28,131); }

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

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

 a { background-color: rgb(93,28,131); }

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

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

 span { border-color: rgb(93,28,131); }

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