#595FC7

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

Shades of Slate Blue #595FC7

Tints of Slate Blue #595FC7

Color information

#595FC7 (or 0x595FC7) is unknown color: approx Slate Blue. HEX triplet: 59, 5F and C7. RGB value is (89,95,199). Sum of RGB (Red+Green+Blue) = 89+95+199=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 199 (78.12% from 255 or 51.96% from 383); Max value from RGB is 199 - color contains mainly: blue. Hex color #595FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FC7 is #A6A038. Grayscale: #686868. Windows color (decimal): -10919993 or 13066073. OLE color: 13066073.

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

Color convert

RGB8995199-
CMYK0.550.5200.22
HSL236.73º49.55%56.47%-
HSV(B)236.73º55.28%78.04%-
XYZ18.5214.4355.84-
YUV105.06181.01116.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.24%
GREEN value IS 95 (37.5% from 255) = 24.80%
BLUE value IS 199 (78.12% from 255) = 51.96%
R=23.24%
G=24.80%
B=51.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal89951990.550.5200.22236.7349.5556.47
Hex595FC73734016ed3238
Octal13113730767640263556270
Binary101100110111111100011111011111010001011011101101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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