#593480

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

Shades of Kingfisher Daisy #593480

Tints of Kingfisher Daisy #593480

Color information

#593480 (or 0x593480) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 34 and 80. RGB value is (89,52,128). Sum of RGB (Red+Green+Blue) = 89+52+128=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #593480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593480 is #A6CB7F. Grayscale: #474747. Windows color (decimal): -10931072 or 8402009. OLE color: 8402009.

HSL color Cylindrical-coordinate representation of color #593480: hue angle of 269.21º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #593480 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8952128-
CMYK0.300.5900.50
HSL269.21º42.22%35.29%-
HSV(B)269.21º59.38%50.2%-
XYZ9.246.1421.12-
YUV71.73159.76140.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.09%
GREEN value IS 52 (20.70% from 255) = 19.33%
BLUE value IS 128 (50.39% from 255) = 47.58%
R=33.09%
G=19.33%
B=47.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal89521280.300.5900.50269.2142.2235.29
Hex5934801E3B03210d2a23
Octal1316420036730624155243
Binary101100111010010000000111101110110110010100001101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593480; }

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

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

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

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

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

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

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

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