#59347A

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

Shades of Kingfisher Daisy #59347A

Tints of Kingfisher Daisy #59347A

Color information

#59347A (or 0x59347A) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 34 and 7A. RGB value is (89,52,122). Sum of RGB (Red+Green+Blue) = 89+52+122=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #59347A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59347A is #A6CB85. Grayscale: #464646. Windows color (decimal): -10931078 or 8008793. OLE color: 8008793.

HSL color Cylindrical-coordinate representation of color #59347A: hue angle of 271.71º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59347A is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8952122-
CMYK0.270.5700.52
HSL271.71º40.23%34.12%-
HSV(B)271.71º57.38%47.84%-
XYZ8.865.9819.1-
YUV71.04156.76140.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.84%
GREEN value IS 52 (20.70% from 255) = 19.77%
BLUE value IS 122 (48.05% from 255) = 46.39%
R=33.84%
G=19.77%
B=46.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal89521220.270.5700.52271.7140.2334.12
Hex59347A1B390341102822
Octal1316417233710644205042
Binary10110011101001111010110111110010110100100010000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59347A; }

 p { color: rgb(89,52,122); }

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

<style>
 a { background-color: #59347A; }

 a { background-color: rgb(89,52,122); }

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

<style>
 span { border-color: #59347A; }

 span { border-color: rgb(89,52,122); }

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