#595FD1

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

Shades of Slate Blue #595FD1

Tints of Slate Blue #595FD1

Color information

#595FD1 (or 0x595FD1) is unknown color: approx Slate Blue. HEX triplet: 59, 5F and D1. RGB value is (89,95,209). Sum of RGB (Red+Green+Blue) = 89+95+209=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 209 (82.03% from 255 or 53.18% from 393); Max value from RGB is 209 - color contains mainly: blue. Hex color #595FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FD1 is #A6A02E. Grayscale: #696969. Windows color (decimal): -10919983 or 13721433. OLE color: 13721433.

HSL color Cylindrical-coordinate representation of color #595FD1: hue angle of 237º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #595FD1 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8995209-
CMYK0.570.5500.18
HSL237º56.6%58.43%-
HSV(B)237º57.42%81.96%-
XYZ19.7214.9162.16-
YUV106.2186.01115.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.65%
GREEN value IS 95 (37.5% from 255) = 24.17%
BLUE value IS 209 (82.03% from 255) = 53.18%
R=22.65%
G=24.17%
B=53.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal89952090.570.5500.1823756.658.43
Hex595FD13937012ed393a
Octal13113732171670223557172
Binary101100110111111101000111100111011101001011101101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595FD1; }

 p { color: rgb(89,95,209); }

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

<style>
 a { background-color: #595FD1; }

 a { background-color: rgb(89,95,209); }

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

<style>
 span { border-color: #595FD1; }

 span { border-color: rgb(89,95,209); }

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