#59268C

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

Shades of Kingfisher Daisy #59268C

Tints of Kingfisher Daisy #59268C

Color information

#59268C (or 0x59268C) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 26 and 8C. RGB value is (89,38,140). Sum of RGB (Red+Green+Blue) = 89+38+140=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #59268C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59268C is #A6D973. Grayscale: #404040. Windows color (decimal): -10934644 or 9184857. OLE color: 9184857.

HSL color Cylindrical-coordinate representation of color #59268C: hue angle of 270º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #59268C is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8938140-
CMYK0.360.7300.45
HSL270º57.3%34.9%-
HSV(B)270º72.86%54.9%-
XYZ9.555.425.35-
YUV64.88170.4145.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.33%
GREEN value IS 38 (15.23% from 255) = 14.23%
BLUE value IS 140 (55.08% from 255) = 52.43%
R=33.33%
G=14.23%
B=52.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89381400.360.7300.4527057.334.9
Hex59268C244902D10e3923
Octal13146214441110554167143
Binary10110011001101000110010010010010010101101100001110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59268C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59268C; }

 p { color: rgb(89,38,140); }

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

<style>
 a { background-color: #59268C; }

 a { background-color: rgb(89,38,140); }

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

<style>
 span { border-color: #59268C; }

 span { border-color: rgb(89,38,140); }

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