#595AC8

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

Shades of Slate Blue #595AC8

Tints of Slate Blue #595AC8

Color information

#595AC8 (or 0x595AC8) is unknown color: approx Slate Blue. HEX triplet: 59, 5A and C8. RGB value is (89,90,200). Sum of RGB (Red+Green+Blue) = 89+90+200=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #595AC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595AC8 is #A6A537. Grayscale: #656565. Windows color (decimal): -10921272 or 13130329. OLE color: 13130329.

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

Color convert

RGB8990200-
CMYK0.560.5500.22
HSL239.46º50.23%56.67%-
HSV(B)239.46º55.5%78.43%-
XYZ18.213.6156.31-
YUV102.24183.17118.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.48%
GREEN value IS 90 (35.55% from 255) = 23.75%
BLUE value IS 200 (78.52% from 255) = 52.77%
R=23.48%
G=23.75%
B=52.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal89902000.560.5500.22239.4650.2356.67
Hex595AC83837016ef3239
Octal13113231070670263576271
Binary101100110110101100100011100011011101011011101111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,90,200); }

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

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

 a { background-color: rgb(89,90,200); }

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

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

 span { border-color: rgb(89,90,200); }

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