#593485

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

Shades of Kingfisher Daisy #593485

Tints of Kingfisher Daisy #593485

Color information

#593485 (or 0x593485) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 34 and 85. RGB value is (89,52,133). Sum of RGB (Red+Green+Blue) = 89+52+133=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #593485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593485 is #A6CB7A. Grayscale: #484848. Windows color (decimal): -10931067 or 8729689. OLE color: 8729689.

HSL color Cylindrical-coordinate representation of color #593485: hue angle of 267.41º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #593485 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8952133-
CMYK0.330.6100.48
HSL267.41º43.78%36.27%-
HSV(B)267.41º60.9%52.16%-
XYZ9.586.2722.9-
YUV72.3162.26139.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.48%
GREEN value IS 52 (20.70% from 255) = 18.98%
BLUE value IS 133 (52.34% from 255) = 48.54%
R=32.48%
G=18.98%
B=48.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89521330.330.6100.48267.4143.7836.27
Hex593485213D03010b2c24
Octal1316420541750604135444
Binary1011001110100100001011000011111010110000100001011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593485; }

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

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

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

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

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

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

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

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