#5A60DD

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

Shades of Slate Blue #5A60DD

Tints of Slate Blue #5A60DD

Color information

#5A60DD (or 0x5A60DD) is unknown color: approx Slate Blue. HEX triplet: 5A, 60 and DD. RGB value is (90,96,221). Sum of RGB (Red+Green+Blue) = 90+96+221=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A60DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A60DD is #A59F22. Grayscale: #6B6B6B. Windows color (decimal): -10854179 or 14508122. OLE color: 14508122.

HSL color Cylindrical-coordinate representation of color #5A60DD: hue angle of 237.25º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A60DD is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9096221-
CMYK0.590.5700.13
HSL237.25º65.83%60.98%-
HSV(B)237.25º59.28%86.67%-
XYZ21.4515.7670.32-
YUV108.46191.51114.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.11%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 221 (86.72% from 255) = 54.30%
R=22.11%
G=23.59%
B=54.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal90962210.590.5700.13237.2565.8360.98
Hex5A60DD3B390Ded423d
Octal132140335737101535510275
Binary101101011000001101110111101111100101101111011011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A60DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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