#592986

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

Shades of Kingfisher Daisy #592986

Tints of Kingfisher Daisy #592986

Color information

#592986 (or 0x592986) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 29 and 86. RGB value is (89,41,134). Sum of RGB (Red+Green+Blue) = 89+41+134=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #592986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592986 is #A6D679. Grayscale: #414141. Windows color (decimal): -10933882 or 8792409. OLE color: 8792409.

HSL color Cylindrical-coordinate representation of color #592986: hue angle of 270.97º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #592986 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8941134-
CMYK0.340.6900.47
HSL270.97º53.14%34.31%-
HSV(B)270.97º69.4%52.55%-
XYZ9.225.4323.12-
YUV65.95166.4144.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.71%
GREEN value IS 41 (16.41% from 255) = 15.53%
BLUE value IS 134 (52.73% from 255) = 50.76%
R=33.71%
G=15.53%
B=50.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal89411340.340.6900.47270.9753.1434.31
Hex592986224502F10f3522
Octal13151206421050574176542
Binary10110011010011000011010001010001010101111100001111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592986; }

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

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

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

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

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

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

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

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