#594CD5

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

Shades of Slate Blue #594CD5

Tints of Slate Blue #594CD5

Color information

#594CD5 (or 0x594CD5) is unknown color: approx Slate Blue. HEX triplet: 59, 4C and D5. RGB value is (89,76,213). Sum of RGB (Red+Green+Blue) = 89+76+213=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 213 (83.59% from 255 or 56.35% from 378); Max value from RGB is 213 - color contains mainly: blue. Hex color #594CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594CD5 is #A6B32A. Grayscale: #5E5E5E. Windows color (decimal): -10924843 or 13978713. OLE color: 13978713.

HSL color Cylindrical-coordinate representation of color #594CD5: hue angle of 245.69º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #594CD5 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8976213-
CMYK0.580.6400.16
HSL245.69º61.99%56.67%-
HSV(B)245.69º64.32%83.53%-
XYZ18.7112.164.3-
YUV95.5194.31123.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.54%
GREEN value IS 76 (30.08% from 255) = 20.11%
BLUE value IS 213 (83.59% from 255) = 56.35%
R=23.54%
G=20.11%
B=56.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal89762130.580.6400.16245.6961.9956.67
Hex594CD53A40010f63e39
Octal131114325721000203667671
Binary1011001100110011010101111010100000001000011110110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,76,213); }

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

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

 a { background-color: rgb(89,76,213); }

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

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

 span { border-color: rgb(89,76,213); }

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