#595ACC

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

Shades of Slate Blue #595ACC

Tints of Slate Blue #595ACC

Color information

#595ACC (or 0x595ACC) is unknown color: approx Slate Blue. HEX triplet: 59, 5A and CC. RGB value is (89,90,204). Sum of RGB (Red+Green+Blue) = 89+90+204=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #595ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ACC is #A6A533. Grayscale: #666666. Windows color (decimal): -10921268 or 13392473. OLE color: 13392473.

HSL color Cylindrical-coordinate representation of color #595ACC: hue angle of 239.48º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #595ACC is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8990204-
CMYK0.560.5600.2
HSL239.48º53%57.45%-
HSV(B)239.48º56.37%80%-
XYZ18.6813.858.81-
YUV102.7185.17118.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.24%
GREEN value IS 90 (35.55% from 255) = 23.50%
BLUE value IS 204 (80.08% from 255) = 53.26%
R=23.24%
G=23.50%
B=53.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal89902040.560.5600.2239.485357.45
Hex595ACC3838014ef3539
Octal13113231470700243576571
Binary101100110110101100110011100011100001010011101111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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