#595BC6

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

Shades of Slate Blue #595BC6

Tints of Slate Blue #595BC6

Color information

#595BC6 (or 0x595BC6) is unknown color: approx Slate Blue. HEX triplet: 59, 5B and C6. RGB value is (89,91,198). Sum of RGB (Red+Green+Blue) = 89+91+198=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 198 (77.73% from 255 or 52.38% from 378); Max value from RGB is 198 - color contains mainly: blue. Hex color #595BC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BC6 is #A6A439. Grayscale: #666666. Windows color (decimal): -10921018 or 12999513. OLE color: 12999513.

HSL color Cylindrical-coordinate representation of color #595BC6: hue angle of 238.9º degrees, saturation: 0.49, 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 #595BC6 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8991198-
CMYK0.550.5400.22
HSL238.9º48.88%56.27%-
HSV(B)238.9º55.05%77.65%-
XYZ18.0513.6855.12-
YUV102.6181.84118.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.54%
GREEN value IS 91 (35.94% from 255) = 24.07%
BLUE value IS 198 (77.73% from 255) = 52.38%
R=23.54%
G=24.07%
B=52.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal89911980.550.5400.22238.948.8856.27
Hex595BC63736016ef3138
Octal13113330667660263576170
Binary101100110110111100011011011111011001011011101111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,91,198); }

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

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

 a { background-color: rgb(89,91,198); }

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

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

 span { border-color: rgb(89,91,198); }

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