#594CCA

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

Shades of Slate Blue #594CCA

Tints of Slate Blue #594CCA

Color information

#594CCA (or 0x594CCA) is unknown color: approx Slate Blue. HEX triplet: 59, 4C and CA. RGB value is (89,76,202). Sum of RGB (Red+Green+Blue) = 89+76+202=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #594CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594CCA is #A6B335. Grayscale: #5D5D5D. Windows color (decimal): -10924854 or 13257817. OLE color: 13257817.

HSL color Cylindrical-coordinate representation of color #594CCA: hue angle of 246.19º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #594CCA is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8976202-
CMYK0.560.6200.21
HSL246.19º54.31%54.51%-
HSV(B)246.19º62.38%79.22%-
XYZ17.3611.5657.19-
YUV94.25188.81124.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.25%
GREEN value IS 76 (30.08% from 255) = 20.71%
BLUE value IS 202 (79.30% from 255) = 55.04%
R=24.25%
G=20.71%
B=55.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal89762020.560.6200.21246.1954.3154.51
Hex594CCA383E015f63637
Octal13111431270760253666667
Binary101100110011001100101011100011111001010111110110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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