#594CCC

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

Shades of Slate Blue #594CCC

Tints of Slate Blue #594CCC

Color information

#594CCC (or 0x594CCC) is unknown color: approx Slate Blue. HEX triplet: 59, 4C and CC. RGB value is (89,76,204). Sum of RGB (Red+Green+Blue) = 89+76+204=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #594CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594CCC is #A6B333. Grayscale: #5D5D5D. Windows color (decimal): -10924852 or 13388889. OLE color: 13388889.

HSL color Cylindrical-coordinate representation of color #594CCC: hue angle of 246.09º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #594CCC is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8976204-
CMYK0.560.6300.2
HSL246.09º55.65%54.9%-
HSV(B)246.09º62.75%80%-
XYZ17.611.6558.45-
YUV94.48189.81124.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.12%
GREEN value IS 76 (30.08% from 255) = 20.60%
BLUE value IS 204 (80.08% from 255) = 55.28%
R=24.12%
G=20.60%
B=55.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal89762040.560.6300.2246.0955.6554.9
Hex594CCC383F014f63837
Octal13111431470770243667067
Binary101100110011001100110011100011111101010011110110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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