#5A5CD0

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

Shades of Slate Blue #5A5CD0

Tints of Slate Blue #5A5CD0

Color information

#5A5CD0 (or 0x5A5CD0) is unknown color: approx Slate Blue. HEX triplet: 5A, 5C and D0. RGB value is (90,92,208). Sum of RGB (Red+Green+Blue) = 90+92+208=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 208 (81.64% from 255 or 53.33% from 390); Max value from RGB is 208 - color contains mainly: blue. Hex color #5A5CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5CD0 is #A5A32F. Grayscale: #686868. Windows color (decimal): -10855216 or 13655130. OLE color: 13655130.

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

Color convert

RGB9092208-
CMYK0.570.5600.18
HSL238.98º55.66%58.43%-
HSV(B)238.98º56.73%81.57%-
XYZ19.4314.3861.43-
YUV104.63186.34117.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.08%
GREEN value IS 92 (36.33% from 255) = 23.59%
BLUE value IS 208 (81.64% from 255) = 53.33%
R=23.08%
G=23.59%
B=53.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal90922080.570.5600.18238.9855.6658.43
Hex5A5CD03938012ef383a
Octal13213432071700223577072
Binary101101010111001101000011100111100001001011101111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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