#5a51ce

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

Shades of Slate Blue #5A51CE

Tints of Slate Blue #5A51CE

Color information

#5A51CE (or 0x5A51CE) is unknown color: approx Slate Blue. HEX triplet: 5A, 51 and CE. RGB value is (90,81,206). Sum of RGB (Red+Green+Blue) = 90+81+206=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A51CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A51CE is #A5AE31. Grayscale: #616161. Windows color (decimal): -10858034 or 13521242. OLE color: 13521242.

HSL color Cylindrical-coordinate representation of color #5A51CE: hue angle of 244.32º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A51CE is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9081206-
CMYK0.560.6100.19
HSL244.32º56.05%56.27%-
HSV(B)244.32º60.68%80.78%-
XYZ18.312.5159.84-
YUV97.94188.98122.34-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.87%
GREEN value IS 81 (32.03% from 255) = 21.49%
BLUE value IS 206 (80.86% from 255) = 54.64%
R=23.87%
G=21.49%
B=54.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal90812060.560.6100.19244.3256.0556.27
Hex5A51CE383D013f43838
Octal13212131670750233647070
Binary101101010100011100111011100011110101001111110100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a51ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,81,206); }

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

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

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

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

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

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

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