#5a51d7

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

Shades of Slate Blue #5A51D7

Tints of Slate Blue #5A51D7

Color information

#5A51D7 (or 0x5A51D7) is unknown color: approx Slate Blue. HEX triplet: 5A, 51 and D7. RGB value is (90,81,215). Sum of RGB (Red+Green+Blue) = 90+81+215=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 215 (84.38% from 255 or 55.70% from 386); Max value from RGB is 215 - color contains mainly: blue. Hex color #5A51D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A51D7 is #A5AE28. Grayscale: #626262. Windows color (decimal): -10858025 or 14111066. OLE color: 14111066.

HSL color Cylindrical-coordinate representation of color #5A51D7: hue angle of 244.03º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A51D7 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9081215-
CMYK0.580.6200.16
HSL244.03º62.62%58.04%-
HSV(B)244.03º62.33%84.31%-
XYZ19.4212.9665.77-
YUV98.97193.48121.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.32%
GREEN value IS 81 (32.03% from 255) = 20.98%
BLUE value IS 215 (84.38% from 255) = 55.70%
R=23.32%
G=20.98%
B=55.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal90812150.580.6200.16244.0362.6258.04
Hex5A51D73A3E010f43f3a
Octal13212132772760203647772
Binary101101010100011101011111101011111001000011110100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a51d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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