#5A5ED0

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

Shades of Slate Blue #5A5ED0

Tints of Slate Blue #5A5ED0

Color information

#5A5ED0 (or 0x5A5ED0) is unknown color: approx Slate Blue. HEX triplet: 5A, 5E and D0. RGB value is (90,94,208). Sum of RGB (Red+Green+Blue) = 90+94+208=392 (51% of max value = 765). Red value is 90 (35.55% from 255 or 22.96% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #5A5ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5ED0 is #A5A12F. Grayscale: #696969. Windows color (decimal): -10854704 or 13655642. OLE color: 13655642.

HSL color Cylindrical-coordinate representation of color #5A5ED0: hue angle of 237.97º 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 #5A5ED0 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9094208-
CMYK0.570.5500.18
HSL237.97º55.66%58.43%-
HSV(B)237.97º56.73%81.57%-
XYZ19.614.7361.49-
YUV105.8185.67116.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.96%
GREEN value IS 94 (37.11% from 255) = 23.98%
BLUE value IS 208 (81.64% from 255) = 53.06%
R=22.96%
G=23.98%
B=53.06%

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
Decimal90942080.570.5500.18237.9755.6658.43
Hex5A5ED03937012ee383a
Octal13213632071670223567072
Binary101101010111101101000011100111011101001011101110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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