#593DE0

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

Shades of Slate Blue #593DE0

Tints of Slate Blue #593DE0

Color information

#593DE0 (or 0x593DE0) is unknown color: approx Slate Blue. HEX triplet: 59, 3D and E0. RGB value is (89,61,224). Sum of RGB (Red+Green+Blue) = 89+61+224=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 224 (87.89% from 255 or 59.89% from 374); Max value from RGB is 224 - color contains mainly: blue. Hex color #593DE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593DE0 is #A6C21F. Grayscale: #575757. Windows color (decimal): -10928672 or 14695769. OLE color: 14695769.

HSL color Cylindrical-coordinate representation of color #593DE0: hue angle of 250.31º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #593DE0 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8961224-
CMYK0.600.7300.12
HSL250.31º72.44%55.88%-
HSV(B)250.31º72.77%87.84%-
XYZ19.2410.8471.6-
YUV87.95204.78128.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.80%
GREEN value IS 61 (24.22% from 255) = 16.31%
BLUE value IS 224 (87.89% from 255) = 59.89%
R=23.80%
G=16.31%
B=59.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal89612240.600.7300.12250.3172.4455.88
Hex593DE03C490Cfa4838
Octal131753407411101437211070
Binary101100111110111100000111100100100101100111110101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593DE0; }

 p { color: rgb(89,61,224); }

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

<style>
 a { background-color: #593DE0; }

 a { background-color: rgb(89,61,224); }

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

<style>
 span { border-color: #593DE0; }

 span { border-color: rgb(89,61,224); }

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