#59298D

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

Shades of Kingfisher Daisy #59298D

Tints of Kingfisher Daisy #59298D

Color information

#59298D (or 0x59298D) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 29 and 8D. RGB value is (89,41,141). Sum of RGB (Red+Green+Blue) = 89+41+141=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #59298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59298D is #A6D672. Grayscale: #424242. Windows color (decimal): -10933875 or 9251161. OLE color: 9251161.

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

Color convert

RGB8941141-
CMYK0.370.7100.45
HSL268.8º54.95%35.69%-
HSV(B)268.8º70.92%55.29%-
XYZ9.725.6325.77-
YUV66.75169.9143.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.84%
GREEN value IS 41 (16.41% from 255) = 15.13%
BLUE value IS 141 (55.47% from 255) = 52.03%
R=32.84%
G=15.13%
B=52.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89411410.370.7100.45268.854.9535.69
Hex59298D254702D10d3724
Octal13151215451070554156744
Binary10110011010011000110110010110001110101101100001101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59298D; }

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

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

<style>
 a { background-color: #59298D; }

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

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

<style>
 span { border-color: #59298D; }

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

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