#5A60C4

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

Shades of Slate Blue #5A60C4

Tints of Slate Blue #5A60C4

Color information

#5A60C4 (or 0x5A60C4) is unknown color: approx Slate Blue. HEX triplet: 5A, 60 and C4. RGB value is (90,96,196). Sum of RGB (Red+Green+Blue) = 90+96+196=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 196 (76.95% from 255 or 51.31% from 382); Max value from RGB is 196 - color contains mainly: blue. Hex color #5A60C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A60C4 is #A59F3B. Grayscale: #696969. Windows color (decimal): -10854204 or 12869722. OLE color: 12869722.

HSL color Cylindrical-coordinate representation of color #5A60C4: hue angle of 236.6º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A60C4 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9096196-
CMYK0.540.5100.23
HSL236.6º47.32%56.08%-
HSV(B)236.6º54.08%76.86%-
XYZ18.3614.5254.06-
YUV105.61179.01116.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.56%
GREEN value IS 96 (37.89% from 255) = 25.13%
BLUE value IS 196 (76.95% from 255) = 51.31%
R=23.56%
G=25.13%
B=51.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal90961960.540.5100.23236.647.3256.08
Hex5A60C43633017ed2f38
Octal13214030466630273555770
Binary101101011000001100010011011011001101011111101101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A60C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A60C4; }

 p { color: rgb(90,96,196); }

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

<style>
 a { background-color: #5A60C4; }

 a { background-color: rgb(90,96,196); }

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

<style>
 span { border-color: #5A60C4; }

 span { border-color: rgb(90,96,196); }

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