#594FD5

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

Shades of Slate Blue #594FD5

Tints of Slate Blue #594FD5

Color information

#594FD5 (or 0x594FD5) is unknown color: approx Slate Blue. HEX triplet: 59, 4F and D5. RGB value is (89,79,213). Sum of RGB (Red+Green+Blue) = 89+79+213=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 213 (83.59% from 255 or 55.91% from 381); Max value from RGB is 213 - color contains mainly: blue. Hex color #594FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594FD5 is #A6B02A. Grayscale: #606060. Windows color (decimal): -10924075 or 13979481. OLE color: 13979481.

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

Color convert

RGB8979213-
CMYK0.580.6300.16
HSL244.48º61.47%57.25%-
HSV(B)244.48º62.91%83.53%-
XYZ18.9312.5264.37-
YUV97.27193.31122.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.36%
GREEN value IS 79 (31.25% from 255) = 20.73%
BLUE value IS 213 (83.59% from 255) = 55.91%
R=23.36%
G=20.73%
B=55.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal89792130.580.6300.16244.4861.4757.25
Hex594FD53A3F010f43d39
Octal13111732572770203647571
Binary101100110011111101010111101011111101000011110100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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