#594FDB

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

Shades of Slate Blue #594FDB

Tints of Slate Blue #594FDB

Color information

#594FDB (or 0x594FDB) is unknown color: approx Slate Blue. HEX triplet: 59, 4F and DB. RGB value is (89,79,219). Sum of RGB (Red+Green+Blue) = 89+79+219=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #594FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594FDB is #A6B024. Grayscale: #616161. Windows color (decimal): -10924069 or 14372697. OLE color: 14372697.

HSL color Cylindrical-coordinate representation of color #594FDB: hue angle of 244.29º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #594FDB is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8979219-
CMYK0.590.6400.14
HSL244.29º66.04%58.43%-
HSV(B)244.29º63.93%85.88%-
XYZ19.712.8368.46-
YUV97.95196.31121.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.00%
GREEN value IS 79 (31.25% from 255) = 20.41%
BLUE value IS 219 (85.94% from 255) = 56.59%
R=23.00%
G=20.41%
B=56.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal89792190.590.6400.14244.2966.0458.43
Hex594FDB3B400Ef4423a
Octal1311173337310001636410272
Binary1011001100111111011011111011100000001110111101001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,79,219); }

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

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

 a { background-color: rgb(89,79,219); }

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

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

 span { border-color: rgb(89,79,219); }

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