#595FC5

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

Shades of Slate Blue #595FC5

Tints of Slate Blue #595FC5

Color information

#595FC5 (or 0x595FC5) is unknown color: approx Slate Blue. HEX triplet: 59, 5F and C5. RGB value is (89,95,197). Sum of RGB (Red+Green+Blue) = 89+95+197=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 197 (77.34% from 255 or 51.71% from 381); Max value from RGB is 197 - color contains mainly: blue. Hex color #595FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FC5 is #A6A03A. Grayscale: #686868. Windows color (decimal): -10919995 or 12935001. OLE color: 12935001.

HSL color Cylindrical-coordinate representation of color #595FC5: hue angle of 236.67º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #595FC5 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8995197-
CMYK0.550.5200.23
HSL236.67º48.21%56.08%-
HSV(B)236.67º54.82%77.25%-
XYZ18.2914.3454.63-
YUV104.83180.01116.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.36%
GREEN value IS 95 (37.5% from 255) = 24.93%
BLUE value IS 197 (77.34% from 255) = 51.71%
R=23.36%
G=24.93%
B=51.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal89951970.550.5200.23236.6748.2156.08
Hex595FC53734017ed3038
Octal13113730567640273556070
Binary101100110111111100010111011111010001011111101101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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