#594ACE

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

Shades of Slate Blue #594ACE

Tints of Slate Blue #594ACE

Color information

#594ACE (or 0x594ACE) is unknown color: approx Slate Blue. HEX triplet: 59, 4A and CE. RGB value is (89,74,206). Sum of RGB (Red+Green+Blue) = 89+74+206=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #594ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594ACE is #A6B531. Grayscale: #5D5D5D. Windows color (decimal): -10925362 or 13519449. OLE color: 13519449.

HSL color Cylindrical-coordinate representation of color #594ACE: hue angle of 246.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #594ACE is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8974206-
CMYK0.570.6400.19
HSL246.82º57.39%54.9%-
HSV(B)246.82º64.08%80.78%-
XYZ17.7111.4859.67-
YUV93.53191.47124.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.12%
GREEN value IS 74 (29.30% from 255) = 20.05%
BLUE value IS 206 (80.86% from 255) = 55.83%
R=24.12%
G=20.05%
B=55.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal89742060.570.6400.19246.8257.3954.9
Hex594ACE3940013f73937
Octal131112316711000233677167
Binary1011001100101011001110111001100000001001111110111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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