#5A5ADC

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

Shades of Slate Blue #5A5ADC

Tints of Slate Blue #5A5ADC

Color information

#5A5ADC (or 0x5A5ADC) is unknown color: approx Slate Blue. HEX triplet: 5A, 5A and DC. RGB value is (90,90,220). Sum of RGB (Red+Green+Blue) = 90+90+220=400 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.5% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #5A5ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5ADC is #A5A523. Grayscale: #686868. Windows color (decimal): -10855716 or 14441050. OLE color: 14441050.

HSL color Cylindrical-coordinate representation of color #5A5ADC: hue angle of 240º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A5ADC is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9090220-
CMYK0.590.5900.14
HSL240º65%60.78%-
HSV(B)240º59.09%86.27%-
XYZ20.7914.6569.44-
YUV104.82193117.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.5%
GREEN value IS 90 (35.55% from 255) = 22.5%
BLUE value IS 220 (86.33% from 255) = 55%
R=22.5%
G=22.5%
B=55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal90902200.590.5900.142406560.78
Hex5A5ADC3B3B0Ef0413d
Octal132132334737301636010175
Binary101101010110101101110011101111101101110111100001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,90,220); }

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

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

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

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

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

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

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