#59288E

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

Shades of Kingfisher Daisy #59288E

Tints of Kingfisher Daisy #59288E

Color information

#59288E (or 0x59288E) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 28 and 8E. RGB value is (89,40,142). Sum of RGB (Red+Green+Blue) = 89+40+142=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #59288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59288E is #A6D771. Grayscale: #414141. Windows color (decimal): -10934130 or 9316441. OLE color: 9316441.

HSL color Cylindrical-coordinate representation of color #59288E: hue angle of 268.82º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #59288E is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8940142-
CMYK0.370.7200.44
HSL268.82º56.04%35.69%-
HSV(B)268.82º71.83%55.69%-
XYZ9.765.5926.16-
YUV66.28170.73144.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.84%
GREEN value IS 40 (16.02% from 255) = 14.76%
BLUE value IS 142 (55.86% from 255) = 52.40%
R=32.84%
G=14.76%
B=52.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89401420.370.7200.44268.8256.0435.69
Hex59288E254802C10d3824
Octal13150216451100544157044
Binary10110011010001000111010010110010000101100100001101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59288E; }

 p { color: rgb(89,40,142); }

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

<style>
 a { background-color: #59288E; }

 a { background-color: rgb(89,40,142); }

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

<style>
 span { border-color: #59288E; }

 span { border-color: rgb(89,40,142); }

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