#594AC5

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

Shades of Slate Blue #594AC5

Tints of Slate Blue #594AC5

Color information

#594AC5 (or 0x594AC5) is unknown color: approx Slate Blue. HEX triplet: 59, 4A and C5. RGB value is (89,74,197). Sum of RGB (Red+Green+Blue) = 89+74+197=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 197 (77.34% from 255 or 54.72% from 360); Max value from RGB is 197 - color contains mainly: blue. Hex color #594AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594AC5 is #A6B53A. Grayscale: #5C5C5C. Windows color (decimal): -10925371 or 12929625. OLE color: 12929625.

HSL color Cylindrical-coordinate representation of color #594AC5: hue angle of 247.32º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #594AC5 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8974197-
CMYK0.550.6200.23
HSL247.32º51.46%53.14%-
HSV(B)247.32º62.44%77.25%-
XYZ16.6511.0554.08-
YUV92.51186.97125.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.72%
GREEN value IS 74 (29.30% from 255) = 20.56%
BLUE value IS 197 (77.34% from 255) = 54.72%
R=24.72%
G=20.56%
B=54.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal89741970.550.6200.23247.3251.4653.14
Hex594AC5373E017f73335
Octal13111230567760273676365
Binary101100110010101100010111011111111001011111110111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,74,197); }

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

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

 a { background-color: rgb(89,74,197); }

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

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

 span { border-color: rgb(89,74,197); }

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