#5A5DD0

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

Shades of Slate Blue #5A5DD0

Tints of Slate Blue #5A5DD0

Color information

#5A5DD0 (or 0x5A5DD0) is unknown color: approx Slate Blue. HEX triplet: 5A, 5D and D0. RGB value is (90,93,208). Sum of RGB (Red+Green+Blue) = 90+93+208=391 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.02% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #5A5DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5DD0 is #A5A22F. Grayscale: #686868. Windows color (decimal): -10854960 or 13655386. OLE color: 13655386.

HSL color Cylindrical-coordinate representation of color #5A5DD0: hue angle of 238.47º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A5DD0 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9093208-
CMYK0.570.5500.18
HSL238.47º55.66%58.43%-
HSV(B)238.47º56.73%81.57%-
XYZ19.5214.5661.46-
YUV105.21186.01117.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.02%
GREEN value IS 93 (36.72% from 255) = 23.79%
BLUE value IS 208 (81.64% from 255) = 53.20%
R=23.02%
G=23.79%
B=53.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal90932080.570.5500.18238.4755.6658.43
Hex5A5DD03937012ee383a
Octal13213532071670223567072
Binary101101010111011101000011100111011101001011101110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,93,208); }

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

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

 a { background-color: rgb(90,93,208); }

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

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

 span { border-color: rgb(90,93,208); }

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