#594BCA

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

Shades of Slate Blue #594BCA

Tints of Slate Blue #594BCA

Color information

#594BCA (or 0x594BCA) is unknown color: approx Slate Blue. HEX triplet: 59, 4B and CA. RGB value is (89,75,202). Sum of RGB (Red+Green+Blue) = 89+75+202=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #594BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594BCA is #A6B435. Grayscale: #5D5D5D. Windows color (decimal): -10925110 or 13257561. OLE color: 13257561.

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

Color convert

RGB8975202-
CMYK0.560.6300.21
HSL246.61º54.51%54.31%-
HSV(B)246.61º62.87%79.22%-
XYZ17.311.4257.17-
YUV93.66189.14124.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.32%
GREEN value IS 75 (29.69% from 255) = 20.49%
BLUE value IS 202 (79.30% from 255) = 55.19%
R=24.32%
G=20.49%
B=55.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal89752020.560.6300.21246.6154.5154.31
Hex594BCA383F015f73736
Octal13111331270770253676766
Binary101100110010111100101011100011111101010111110111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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