#59318d

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

Shades of Kingfisher Daisy #59318D

Tints of Kingfisher Daisy #59318D

Color information

#59318D (or 0x59318D) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 31 and 8D. RGB value is (89,49,141). Sum of RGB (Red+Green+Blue) = 89+49+141=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #59318D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59318D is #A6CE72. Grayscale: #474747. Windows color (decimal): -10931827 or 9253209. OLE color: 9253209.

HSL color Cylindrical-coordinate representation of color #59318D: hue angle of 266.09º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59318D is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8949141-
CMYK0.370.6500.45
HSL266.09º48.42%37.25%-
HSV(B)266.09º65.25%55.29%-
XYZ10.036.2425.88-
YUV71.45167.25140.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.90%
GREEN value IS 49 (19.53% from 255) = 17.56%
BLUE value IS 141 (55.47% from 255) = 50.54%
R=31.90%
G=17.56%
B=50.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89491410.370.6500.45266.0948.4237.25
Hex59318D254102D10a3025
Octal13161215451010554126045
Binary10110011100011000110110010110000010101101100001010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59318d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59318d; }

 p { color: rgb(89,49,141); }

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

<style>
 a { background-color: #59318d; }

 a { background-color: rgb(89,49,141); }

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

<style>
 span { border-color: #59318d; }

 span { border-color: rgb(89,49,141); }

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