#594ddf

Color #594DDF Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #594DDF

Tints of Slate Blue #594DDF

Color information

#594DDF (or 0x594DDF) is unknown color: approx Slate Blue. HEX triplet: 59, 4D and DF. RGB value is (89,77,223). Sum of RGB (Red+Green+Blue) = 89+77+223=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #594DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DDF is #A6B220. Grayscale: #606060. Windows color (decimal): -10924577 or 14634329. OLE color: 14634329.

HSL color Cylindrical-coordinate representation of color #594DDF: hue angle of 244.93º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #594DDF is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8977223-
CMYK0.600.6500.13
HSL244.93º69.52%58.82%-
HSV(B)244.93º65.47%87.45%-
XYZ20.0912.7671.22-
YUV97.23198.98122.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.88%
GREEN value IS 77 (30.47% from 255) = 19.79%
BLUE value IS 223 (87.5% from 255) = 57.33%
R=22.88%
G=19.79%
B=57.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal89772230.600.6500.13244.9369.5258.82
Hex594DDF3C410Df5463b
Octal1311153377410101536510673
Binary1011001100110111011111111100100000101101111101011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594ddf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594ddf; }

 p { color: rgb(89,77,223); }

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

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

 a { background-color: rgb(89,77,223); }

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

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

 span { border-color: rgb(89,77,223); }

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